2022-06-24 12:16:15 +00:00
|
|
|
name: Add issues to NeoFS Core project
|
|
|
|
|
|
|
|
on:
|
|
|
|
issues:
|
|
|
|
types:
|
|
|
|
- opened
|
2022-06-24 17:35:42 +00:00
|
|
|
- transferred
|
|
|
|
- labeled
|
2022-06-24 12:16:15 +00:00
|
|
|
|
|
|
|
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
|