Skip to content

Commit

Permalink
Add GH Action for Add To Project
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Oct 11, 2024
1 parent 844c0c3 commit 19b59a8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/add_to_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1
with:
project-url: https://github.com/orgs/Shopify/projects/2215
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 19b59a8

Please sign in to comment.