From 165fb7829e972a664d40ffa38d573179d77b5ae4 Mon Sep 17 00:00:00 2001 From: Helge Hecht Date: Fri, 16 Jun 2023 10:47:33 +0000 Subject: [PATCH] Create project_automation.yml --- .github/workflows/project_automation.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/project_automation.yml 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