diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml deleted file mode 100644 index 712715407..000000000 --- a/.github/workflows/project.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Add issues to NeoFS Core project - -on: - issues: - types: - - opened - - transferred - - labeled - -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