Skip to content

Commit

Permalink
Add issues and prs to r2dii suite project
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed Jan 26, 2024
1 parent 8bbbe01 commit d0bbbce
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
@@ -1,4 +1,4 @@
name: Add new issues and PRs to @jdhoffa's Maintenance GH Project
name: Add new issues and PRs to GH Projects

on:
issues:
Expand All @@ -11,7 +11,16 @@ on:
- opened

jobs:
add-to-project:
add-to-r2dii-proj:
name: Add issue/ PR to r2dii suite GH project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/RMI-PACTA/projects/11
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}

add-to-maintainer-proj:
name: Add issue/ PR to @jdhoffa's maintenance GH project
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d0bbbce

Please sign in to comment.