From b13dca8052e576c7b4a7ae622cdccd95794c5365 Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Fri, 24 Jun 2022 15:16:15 +0300 Subject: [PATCH] [#1545] .github: Auto assign new issues to the project Signed-off-by: Evgenii Stratonikov --- .github/workflows/project.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/project.yml diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml new file mode 100644 index 000000000..406f6e74c --- /dev/null +++ b/.github/workflows/project.yml @@ -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