forked from TrueCloudLab/frostfs-node
[#1547] .github: Assign issues to project when labeled
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
305dd7598f
commit
5c2ef79080
1 changed files with 2 additions and 1 deletions
3
.github/workflows/project.yml
vendored
3
.github/workflows/project.yml
vendored
|
@ -4,6 +4,8 @@ on:
|
|||
issues:
|
||||
types:
|
||||
- opened
|
||||
- transferred
|
||||
- labeled
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
|
@ -15,4 +17,3 @@ jobs:
|
|||
project-url: https://github.com/orgs/nspcc-dev/projects/1
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
labeled: triage
|
||||
label-operator: OR
|
||||
|
|
Loading…
Reference in a new issue