Skip to content

Commit

Permalink
Create project_automation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth authored Jun 16, 2023
1 parent a00ebdd commit 165fb78
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/project_automation.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 165fb78

Please sign in to comment.