Skip to content

chore(deps): bump github.com/btcsuite/btcd from 0.24.2 to 0.25.0 #28

chore(deps): bump github.com/btcsuite/btcd from 0.24.2 to 0.25.0

chore(deps): bump github.com/btcsuite/btcd from 0.24.2 to 0.25.0 #28

Workflow file for this run

name: Add issues and PRs to project
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/orgs/luxdefi/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}