Skip to content

Commit

Permalink
add issues/PRs to maintainer's project (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Jan 30, 2024
1 parent 6b58e8a commit 29b5cc7
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/add-prs-and-issues-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,20 @@ on:
- opened

jobs:
add-to-project:
name: Add issue to project
add-to-tm-project:
name: Add issue/PR to Transition Monitor project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/RMI-PACTA/projects/8
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}

add-to-maintainer-project:
name: Add issue/PR to @cjyetman's maintainer project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/RMI-PACTA/projects/13
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}

0 comments on commit 29b5cc7

Please sign in to comment.