Skip to content

Commit

Permalink
Merge pull request #327 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 88b9bf4 + 8e219f3 commit cf70138
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/add-to-project.yaml
@@ -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 cf70138

Please sign in to comment.