Skip to content

Commit 337f832

Browse files
authored
Create project_automation.yml
1 parent 1bca308 commit 337f832

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)