diff --git a/.github/workflows/project_automation.yml b/.github/workflows/project_automation.yml new file mode 100644 index 0000000..93766fb --- /dev/null +++ b/.github/workflows/project_automation.yml @@ -0,0 +1,11 @@ +name: Add issues to project + +on: + issues: + types: + - opened + +jobs: + call-workflow: + uses: recetox/galaxytools/.github/workflows/add_issue_to_project.yml@master + secrets: inherit