Skip to content

Commit

Permalink
Merge pull request #1265 from standard/add-to-project
Browse files Browse the repository at this point in the history
build: add-to-project workflow
  • Loading branch information
rostislav-simonik committed Sep 16, 2023
2 parents 34112fe + dd3ceae commit 24e0711
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 24e0711

Please sign in to comment.