chore(workflow): add workflow to auto-add issues to project

This commit is contained in:
r4bbit 2024-02-15 11:32:19 +01:00
parent 0c9ba521a0
commit 4b66dece17
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
name: Add issues to Vac task board
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to task board
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/orgs/vacp2p/projects/10
github-token: ${{ secrets.ADD_TO_VAC_BOARD_PAT }}