Skip to content

Commit

Permalink
Merge pull request #9 from Japan-DfinityInfoHub/feature/issue-automation
Browse files Browse the repository at this point in the history
Add issue project binding workflow
  • Loading branch information
hoosan authored May 15, 2022
2 parents d1eaf2a + 30e796b commit ba46b56
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/opened-issue-automation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add new issues to the NFT-barter project

on:
issues:
types:
- opened

jobs:
issue-automation:
runs-on: ubuntu-latest
steps:
- uses: leonsteinhaeuser/[email protected]
with:
gh_token: ${{ secrets.GHPROJECT_TOKEN }}
organization: Japan-DfinityInfoHub
project_id: 1 # NFT-barter
resource_node_id: ${{ github.event.issue.node_id }}
status_value: Todo

0 comments on commit ba46b56

Please sign in to comment.