-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issues and prs to r2dii suite project
- Loading branch information
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
@@ -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: | ||
|