From dde80ee3115f99f710a31501474e31f04d114ec5 Mon Sep 17 00:00:00 2001 From: Thiseas Christos Lamnidis Date: Tue, 24 Oct 2023 11:22:58 +0200 Subject: [PATCH] Update GA and PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/workflows/create_package_recipe.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a4657a8..0a6eff4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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). diff --git a/.github/workflows/create_package_recipe.yml b/.github/workflows/create_package_recipe.yml index 62d2160..ac5d572 100644 --- a/.github/workflows/create_package_recipe.yml +++ b/.github/workflows/create_package_recipe.yml @@ -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