forked from TrueCloudLab/frostfs-node
[#1545] .github: Auto assign new issues to the project
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
451343c751
commit
b13dca8052
1 changed files with 18 additions and 0 deletions
18
.github/workflows/project.yml
vendored
Normal file
18
.github/workflows/project.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
name: Add issues to NeoFS Core project
|
||||||
|
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
add-to-project:
|
||||||
|
name: Add issue to project
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/add-to-project@main
|
||||||
|
with:
|
||||||
|
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