From 41eb07fe80fb63feaabd410a9a9ffc62dcb52624 Mon Sep 17 00:00:00 2001 From: Ryan Kingsbury Date: Mon, 7 Aug 2023 15:18:23 -0400 Subject: [PATCH] CI: small update to auto dep GH workflow --- .github/workflows/upgrade_dependencies.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/upgrade_dependencies.yml b/.github/workflows/upgrade_dependencies.yml index e0944185..b64ff78a 100644 --- a/.github/workflows/upgrade_dependencies.yml +++ b/.github/workflows/upgrade_dependencies.yml @@ -77,6 +77,10 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Only open a PR if the branch is not attached to an existing one + # note that this auto-created PR will not trigger the testing workflow, which + # is an intentional limitation imposed by GitHub. See + # https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs + # The simplest workaround is to close and immediately re-open the Auto PR run: | PR=$(gh pr list --head auto-dependency-upgrades --json number -q '.[0].number') if [ -z $PR ]; then