Skip to content

.github/workflows/releng-audit: remove override on reopen#68937

Open
batrick wants to merge 3 commits into
ceph:mainfrom
batrick:audit-update-2
Open

.github/workflows/releng-audit: remove override on reopen#68937
batrick wants to merge 3 commits into
ceph:mainfrom
batrick:audit-update-2

Conversation

@batrick
Copy link
Copy Markdown
Member

@batrick batrick commented May 15, 2026

Contribution Guidelines

  • To sign and title your commits, please refer to Submitting Patches to Ceph.

  • If you are submitting a fix for a stable branch (e.g. "quincy"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.

  • When filling out the below checklist, you may click boxes directly in the GitHub web UI. When entering or editing the entire PR message in the GitHub web UI editor, you may also select a checklist item by adding an x between the brackets: [x]. Spaces and capitalization matter when checking off items this way.

Checklist

  • Tracker (select at least one)
    • References tracker ticket
    • Very recent bug; references commit where it was introduced
    • New feature (ticket optional)
    • Doc update (no ticket needed)
    • Code cleanup (no ticket needed)
  • Component impact
    • Affects Dashboard, opened tracker ticket
    • Affects Orchestrator, opened tracker ticket
    • No impact that needs to be tracked
  • Documentation (select at least one)
    • Updates relevant documentation
    • No doc update is appropriate
  • Tests (select at least one)
Show available Jenkins commands

You must only issue one Jenkins command per-comment. Jenkins does not understand
comments with more than one command.

@batrick batrick requested a review from idryomov May 15, 2026 15:20
@github-actions github-actions Bot added the CI Continuous Integration label May 15, 2026
await github.rest.issues.removeLabel({ owner: context.repo.owner, repo: context.repo.repo, issue_number: context.issue.number, name: 'releng-audit-override' });
await github.rest.issues.createComment({
owner: context.repo.owner, repo: context.repo.repo, issue_number: context.issue.number,
body: '⚠️ **Audit Override Removed**\n\nThis PR was reopened, so the previous `releng-audit-override` has been removed.'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nit: The other "previous releng-audit-override has been removed" message doesn't have a space after ⚠️.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

It might be my editor but I'm not seeing a difference.

Comment thread .github/workflows/releng-audit.yaml Outdated
batrick added 3 commits May 16, 2026 11:58
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
Assisted-by: Gemini
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
Assisted-by: Gemini
This avoids confusion when several events are fired for e.g. label
changes before the bot can validate each change is authorized.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
Assisted-by: Gemini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Continuous Integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants