Skip to content

Commit

Permalink
Merge pull request #535 from standard/add-to-project
Browse files Browse the repository at this point in the history
build: add-to-project workflow
  • Loading branch information
mightyiam committed Sep 16, 2023
2 parents d63a1a4 + 75ca0f5 commit 7736794
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
pull_request:
types: [opened]
issues:
types: [opened]

jobs:
add-to-project:
uses: standard/.github/.github/workflows/add-to-project.yaml@master
secrets: inherit

0 comments on commit 7736794

Please sign in to comment.