We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e072fb commit 45cd31bCopy full SHA for 45cd31b
.github/workflows/project_automation.yml
@@ -0,0 +1,11 @@
1
+name: Add issues to project
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
8
+jobs:
9
+ call-workflow:
10
+ uses: recetox/galaxytools/.github/workflows/add_issue_to_project.yml@master
11
+ secrets: inherit
0 commit comments