Skip to content

Commit

Permalink
Merge pull request #937 from Shopify/rs/action_pr_board
Browse files Browse the repository at this point in the history
Only add issues to `infrastructure-tooling` project board
  • Loading branch information
renescheepers committed Oct 2, 2023
2 parents 3cdd11b + f352883 commit b87c0c0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Project automations
on:
issues:
types:
- opened
- reopened
env:
PROJECT_URL: https://github.com/orgs/Shopify/projects/2279

jobs:
add-to-project:
name: Issue or PR opened
runs-on: shopify-ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0 # https://github.com/actions/add-to-project/tree/v0.4.0
with:
project-url: ${{ env.PROJECT_URL }}
github-token: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}

0 comments on commit b87c0c0

Please sign in to comment.