Skip to content

Commit

Permalink
chore: add action to add issues to project board when labeled (cosmos…
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored and 0xmuralik committed Jan 12, 2023
1 parent c6f3d03 commit ef2671d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ef2671d

Please sign in to comment.