Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Introduce action to auto add issues to the Theme Developer Tools proj…
Browse files Browse the repository at this point in the history
…ect (#714)

Introduce GitHub action to auto add issues to the Theme Developer Tools project.

Requires Shopify/github-actions-access-provider#607
  • Loading branch information
karreiro authored Feb 24, 2023
1 parent 647835a commit bf8f05f
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# https://github.com/actions/add-to-project
name: Add issues to the Theme Developer Tools project
on:
issues:
types:
- opened
- labeled
- transferred

jobs:
add-to-project:
name: Add issues to the Theme Developer Tools project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/Shopify/projects/2929
github-token: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}

0 comments on commit bf8f05f

Please sign in to comment.