Skip to content

Commit

Permalink
Auto Add Issues to Tracking boards (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishnaviHire authored Oct 4, 2023
1 parent a14b12c commit 8d80553
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/auto_add_issues.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Auto Add Issues to Tracking boards
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to projects
runs-on: ubuntu-latest
steps:
- name: Generate github-app token
id: app-token
uses: getsentry/action-github-app-token@v2
with:
app_id: ${{ secrets.DEVOPS_APP_ID }}
private_key: ${{ secrets.DEVOPS_APP_PRIVATE_KEY }}
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/opendatahub-io/projects/40
github-token: ${{ steps.app-token.outputs.token }}
- uses: actions/[email protected]

0 comments on commit 8d80553

Please sign in to comment.