Skip to content

Commit db0c750

Browse files
authored
add PRs and issues to @cjyetman's maintainer project (#233)
1 parent 2ecd8ef commit db0c750

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/add-prs-and-issues-to-project.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Adds all new issues and PRs to the Transition Monitor project
1+
name: Adds all new issues and PRs to appropriate projects
22

33
on:
44
issues:
@@ -11,11 +11,20 @@ on:
1111
- opened
1212

1313
jobs:
14-
add-to-project:
15-
name: Add issue to project
14+
add-to-tm-project:
15+
name: Add issue/PR to Transition Monitor project
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/[email protected]
1919
with:
2020
project-url: https://github.com/orgs/RMI-PACTA/projects/8
2121
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}
22+
23+
add-to-maintainer-project:
24+
name: Add issue/PR to @cjyetman's maintainer project
25+
runs-on: ubuntu-latest
26+
steps:
27+
- uses: actions/[email protected]
28+
with:
29+
project-url: https://github.com/orgs/RMI-PACTA/projects/13
30+
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}

0 commit comments

Comments
 (0)