chore: add action to add issues to project board when labeled (#14570)

This commit is contained in:
Marko 2023-01-10 16:11:18 +01:00 committed by GitHub
parent ea26add2a9
commit a4d4d30d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/issues.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Add Sprint issues to Cosmos SDK Project
on:
issues:
types:
- opened
- labeled
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/cosmos/projects/26
github-token: ${{ secrets.PERSONAL_TOKEN }}
labeled: T:Sprint