Skip to content

[chores:ci] Changed ref back to master#664

Merged
nemesifier merged 2 commits into
masterfrom
fix/transient-error-rerun
May 4, 2026
Merged

[chores:ci] Changed ref back to master#664
nemesifier merged 2 commits into
masterfrom
fix/transient-error-rerun

Conversation

@stktyagi

@stktyagi stktyagi commented May 4, 2026

Copy link
Copy Markdown
Member

Changed ref from testing branch to master

Checklist

  • I have read the OpenWISP Contributing Guidelines.
  • I have manually tested the changes proposed in this pull request.
  • I have written new test cases for new code and/or updated existing tests for changes to existing code.
  • I have updated the documentation.

Description of Changes

Changed ref back to master

Changed ref from testing branch to master
@coderabbitai

coderabbitai Bot commented May 4, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

A GitHub Actions workflow file is updated to change the reference branch used when checking out the openwisp/openwisp-utils repository. The checkout step for actions/checkout@v6 now uses ref: master instead of ref: refactor/transient-rerun-mechanism, which determines which branch version of the trusted scripts is consumed during workflow execution. No other workflow steps, inputs, secrets, or logic are affected.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

github_actions

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description check ✅ Passed The PR description includes most required sections from the template (Checklist and Description of Changes), but is missing the 'Reference to Existing Issue' section and lacks detail about the specific changes made.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Bug Fixes ✅ Passed This pull request is a one-line fix affecting a GitHub Actions workflow file, qualifying for valid exceptions that exempt it from regression test requirements.
Title check ✅ Passed The title uses the correct format [type] with 'chores:ci' as type and clearly describes the main change of reverting the ref back to master.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/transient-error-rerun

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot added the github_actions Pull requests that update GitHub Actions code label May 4, 2026
@kilo-code-bot

kilo-code-bot Bot commented May 4, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

All changes are straightforward configuration cleanups, changing the git ref from a testing branch (refactor/transient-rerun-mechanism) back to master in both workflow files.

Files Reviewed (2 files)
  • .github/workflows/reusable-bot-ci-failure.yml - Configuration cleanup
  • .github/workflows/bot-ci-failure.yml - Configuration cleanup

Reviewed by kimi-k2.5-0127 · 82,660 tokens

coderabbitai[bot]
coderabbitai Bot previously approved these changes May 4, 2026

@nemesifier nemesifier left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see 2 occurrences of refactor/transient-rerun-mechanism, only one is being fixed, the other one is missing.

@stktyagi

stktyagi commented May 4, 2026

Copy link
Copy Markdown
Member Author

I see 2 occurrences of refactor/transient-rerun-mechanism, only one is being fixed, the other one is missing.

Just a second

Fixed branch name to master in caller
@openwisp-companion

Copy link
Copy Markdown
[fix] Changed the reference in the ``bot-ci-failure.yml`` workflow from the ``refactor/transient-rerun-mechanism`` branch to ``master``.

`#664 <https://github.com/openwisp/openwisp-utils/pull/664>`_

@nemesifier nemesifier changed the title [fix] Changed ref back to master [chores:ci] Changed ref back to master May 4, 2026
@nemesifier
nemesifier merged commit 19901f0 into master May 4, 2026
22 checks passed
@nemesifier
nemesifier deleted the fix/transient-error-rerun branch May 4, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants