Skip to content

Commit

Permalink
Adding add-to-project workflow for issues on go-auth0 repo (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpit-jn authored Sep 5, 2024
1 parent ccd75eb commit b89d7ef
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Adds all issues to github dashboard

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e #v1.0.2
with:
project-url: https://github.com/orgs/auth0/projects/53
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b89d7ef

Please sign in to comment.