Skip to content

Commit 58c3ff9

Browse files
authored
Merge pull request #19 from lambdaisland/LIOSS-1/Set-up-add-to-project-action
[LIOSS-1] Set up add-to-project action workflow
2 parents 5440162 + b1a32b5 commit 58c3ff9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
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)