mirror of
https://github.com/vacp2p/rfc.git
synced 2025-02-03 02:24:35 +00:00
Tweak GH project automation
This commit is contained in:
parent
37e0042b59
commit
c112dc7c57
13
.github/workflows/add-issue-to-project.yml
vendored
13
.github/workflows/add-issue-to-project.yml
vendored
@ -1,8 +1,10 @@
|
||||
name: Add new issues Vac PM Board
|
||||
name: Add new issues and PRs to vac-research PM Board
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
pull_request:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
add-new-issue-to-new-column:
|
||||
@ -10,6 +12,13 @@ jobs:
|
||||
steps:
|
||||
- uses: alex-page/github-project-automation-plus@v0.6.0
|
||||
with:
|
||||
project: Vac PM Board
|
||||
project: vac-research
|
||||
column: New
|
||||
repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}
|
||||
- name: Add pull request to column "Review/QA"
|
||||
if: ${{ !!github.event.pull_request }}
|
||||
uses: alex-page/github-project-automation-plus@v0.6.0
|
||||
with:
|
||||
project: vac-research
|
||||
column: Review/QA
|
||||
repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user