Skip to content

Commit

Permalink
Update add-issue-to-project-tracker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu authored Mar 5, 2024
1 parent 9c48b6e commit 3b156a7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/add-issue-to-project-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ 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/add-to-project@v0.4.0
- uses: actions/add-to-project@v0.6.0
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 3b156a7

Please sign in to comment.