Skip to content

Commit

Permalink
Create add-issue-to-project-tracker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu committed Feb 27, 2024
1 parent 5439475 commit df7e8ee
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/add-issue-to-project-tracker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Add bugs to bugs project

on:
issues:
types:
- opened
pull_request:
types: [opened, reopened]

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# You can target a repository in a different organization
# to the issue
project-url: https://github.com/orgs/astronomy-commons/projects/7
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit df7e8ee

Please sign in to comment.