forked from TrueCloudLab/frostfs-node
[#1564] .github: Remove assign-to-project action
It doesn't work now and needs to be done differently. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
f4a3fc5f11
commit
0ab168a00a
1 changed files with 0 additions and 19 deletions
19
.github/workflows/project.yml
vendored
19
.github/workflows/project.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue