Skip to content

Commit

Permalink
Create add_to_project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth authored May 31, 2024
1 parent 3d9e827 commit 2b57996
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/add_to_project.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 2b57996

Please sign in to comment.