Skip to content

Commit 9dba6d1

Browse files
committed
Set up add-to-project action workflow
1 parent 5caf100 commit 9dba6d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Add new pr or issue to project board
2+
3+
on: [issues, pull_request]
4+
5+
jobs:
6+
add-to-project:
7+
uses: lambdaisland/open-source/.github/workflows/add-to-project-board.yml@main
8+
secrets: inherit
9+

0 commit comments

Comments
 (0)