[#1545] .github: Auto assign new issues to the project

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
experimental
Evgenii Stratonikov 2022-06-24 15:16:15 +03:00 committed by fyrchik
parent 451343c751
commit b13dca8052
1 changed files with 18 additions and 0 deletions

18
.github/workflows/project.yml vendored 100644
View 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