Skip to content

Commit

Permalink
Merge pull request #365 from ava-labs/fixDependabot
Browse files Browse the repository at this point in the history
Don't run issue workflow for dependabot
  • Loading branch information
Connor Daly authored Nov 29, 2022
2 parents 362f137 + 01b653e commit bdd736c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/ava-labs/projects/3
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit bdd736c

Please sign in to comment.