Skip to content

Commit

Permalink
add issue in backen issues project (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manali-Jain-squareops authored Jun 30, 2023
1 parent 8079bc3 commit d6bf903
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/automate-add-issue-in-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add Issue to Backend Issues Project Board

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add Issue to Backend Issues Project Board
runs-on: arc-runner
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/0chain/projects/${{ secrets.PROJECT_NUMBER }}
github-token: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit d6bf903

Please sign in to comment.