ci: Remove old GH action

We are using Vac Research board, not this deleted board.
This commit is contained in:
oskarth 2022-09-14 17:49:46 +08:00
parent a85454cfd7
commit fb34ebe63c
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
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 }}