Skip to content

Commit

Permalink
add issues and prs to maintainer project
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed Jan 26, 2024
1 parent 7d24583 commit e68267f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 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: Add new issues and PRs to Projects

on:
issues:
Expand All @@ -11,11 +11,19 @@ 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 @jdhoffa's maintenance GH project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/RMI-PACTA/projects/12
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}

0 comments on commit e68267f

Please sign in to comment.