We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5440162 + b1a32b5 commit 58c3ff9Copy full SHA for 58c3ff9
.github/workflows/add_to_project_board.yml
@@ -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