Skip to content

Commit

Permalink
Create add-issue-to-project-tracker.yml (#184)
Browse files Browse the repository at this point in the history
* Create add-issue-to-project-tracker.yml

* Update add-issue-to-project-tracker.yml
  • Loading branch information
delucchi-cmu authored Feb 28, 2024
1 parent 2f2c56f commit 8931105
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add-issue-to-project-tracker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add bugs to bugs project

on:
issues:
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/astronomy-commons/projects/7
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 8931105

Please sign in to comment.