Skip to content

Commit 7736794

Browse files
authored
Merge pull request #535 from standard/add-to-project
build: add-to-project workflow
2 parents d63a1a4 + 75ca0f5 commit 7736794

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/add-to-project.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on:
2+
pull_request:
3+
types: [opened]
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
add-to-project:
9+
uses: standard/.github/.github/workflows/add-to-project.yaml@master
10+
secrets: inherit

0 commit comments

Comments
 (0)