From e871bc738a7eaefcc880e9f766c84831049e3ac4 Mon Sep 17 00:00:00 2001 From: stktyagi Date: Mon, 4 May 2026 22:34:34 +0530 Subject: [PATCH 1/2] [fix] Changed ref back to master Changed ref from testing branch to master --- .github/workflows/reusable-bot-ci-failure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-bot-ci-failure.yml b/.github/workflows/reusable-bot-ci-failure.yml index 2e8b8e7c..c17dfcc3 100644 --- a/.github/workflows/reusable-bot-ci-failure.yml +++ b/.github/workflows/reusable-bot-ci-failure.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v6 with: repository: openwisp/openwisp-utils - ref: refactor/transient-rerun-mechanism + ref: master path: trusted_scripts - name: Checkout PR Code From 0ed9a16c223c8d6c03d360b3979892923af0caf8 Mon Sep 17 00:00:00 2001 From: stktyagi Date: Mon, 4 May 2026 22:49:31 +0530 Subject: [PATCH 2/2] [fix] Fixed branch name in caller Fixed branch name to master in caller --- .github/workflows/bot-ci-failure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bot-ci-failure.yml b/.github/workflows/bot-ci-failure.yml index e03f531c..66249ea2 100644 --- a/.github/workflows/bot-ci-failure.yml +++ b/.github/workflows/bot-ci-failure.yml @@ -72,7 +72,7 @@ jobs: pull-requests: write actions: write contents: read - uses: openwisp/openwisp-utils/.github/workflows/reusable-bot-ci-failure.yml@refactor/transient-rerun-mechanism + uses: openwisp/openwisp-utils/.github/workflows/reusable-bot-ci-failure.yml@master with: pr_number: ${{ needs.find-pr.outputs.pr_number }} head_sha: ${{ github.event.workflow_run.head_sha }}