Skip to content

Commit

Permalink
Update GA and PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
TCLamnidis committed Oct 24, 2023
1 parent 97bb1f5 commit dde80ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If adding a package:
package.
- [ ] The name of the `.ssf` file(s) matches the package name (i.e.
`packages/2023_my_package/2023_my_package.ssf`).
- [ ] Comment `@delphis-bot create backbone` to this pull request to awaken
- [ ] Comment `@delphis-bot create recipe` to this pull request to awaken
Poseidon's trusty helper. (This should be repeated whenever changes are
made to the SSF file contents).

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_package_recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: steps.get_package_names.outputs.offending_ssfs == ''
run: |
for package_name in ${{ steps.get_package_names.outputs.package_names }}; do
./scripts/create_eager_input.sh ${package_name}
./scripts/delphis-bot_scripts/create_eager_input.sh ${package_name}
done
- name: Add nextflow config from template
Expand Down

0 comments on commit dde80ee

Please sign in to comment.