Skip to content

Commit

Permalink
Added issue tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Daly committed Nov 18, 2022
1 parent a70fbda commit 09201e1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/ava-labs/projects/3
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 09201e1

Please sign in to comment.