Skip to content

Commit

Permalink
build: add-to-project workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rostislav-simonik committed Sep 16, 2023
1 parent 620b262 commit b11b098
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 b11b098

Please sign in to comment.