Skip to content

Commit

Permalink
add PRs and issues to @cjyetman's maintainer project
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Feb 7, 2024
1 parent 2ecd8ef commit 9f690d7
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/add-prs-and-issues-to-project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Adds all new issues and PRs to the Transition Monitor project
name: Adds all new issues and PRs to appropriate projects

on:
issues:
Expand All @@ -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/[email protected]
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/[email protected]
with:
project-url: https://github.com/orgs/RMI-PACTA/projects/13
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}

0 comments on commit 9f690d7

Please sign in to comment.