Skip to content

Commit 45cd31b

Browse files
authoredJun 16, 2023
Create project_automation.yml
1 parent 7e072fb commit 45cd31b

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)
Please sign in to comment.