mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-02-12 22:46:24 +00:00
ci: Add new issues and PRs to vac-research board
This commit is contained in:
parent
eea9fdbeb1
commit
89593dc033
24
.github/workflows/add-issue-to-project.yml
vendored
Normal file
24
.github/workflows/add-issue-to-project.yml
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
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:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: alex-page/github-project-automation-plus@v0.6.0
|
||||||
|
with:
|
||||||
|
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