Skip to content

Commit

Permalink
add issue in backen issues project (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manali-Jain-squareops authored Jun 30, 2023
1 parent ce9dc04 commit 73fc922
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/[email protected]
with:
project-url: https://github.com/orgs/0chain/projects/${{ secrets.PROJECT_NUMBER }}
github-token: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 73fc922

Please sign in to comment.