-
Notifications
You must be signed in to change notification settings - Fork 152
fix: correct step-security/harden-runner SHA in merge conflict bot workflow #1279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -73,6 +73,9 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1. | |
| - Coderabbit prompt for .github | ||
| - Added merge conflict bot workflow (`.github/workflows/bot-merge-conflict.yml`) and helper script (`.github/scripts/bot-merge-conflict.js`) to detect and notify about PR merge conflicts, with retry logic for unknown mergeable states, idempotent commenting, and push-to-main recheck logic (#1247) | ||
|
|
||
| ### Fixed | ||
| - Fixed step-security/harden-runner action SHA in merge conflict bot workflow (#1278) | ||
|
|
||
|
Comment on lines
+76
to
+78
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Critical: Duplicate "Fixed" section — merge with existing section at line 122. This PR introduces a duplicate "Fixed" section under "Unreleased". The changelog format requires only one section per category per release. A "Fixed" section already exists at line 122. Additionally, there's a missing blank line before the new heading (line 76), as flagged by static analysis. 🔎 Proposed fixMove the entry to the existing "Fixed" section. Remove lines 76-78 and add the entry after line 122: - Added merge conflict bot workflow (`.github/workflows/bot-merge-conflict.yml`) and helper script (`.github/scripts/bot-merge-conflict.js`) to detect and notify about PR merge conflicts, with retry logic for unknown mergeable states, idempotent commenting, and push-to-main recheck logic (#1247)
-### Fixed
-- Fixed step-security/harden-runner action SHA in merge conflict bot workflow (#1278)
-
### Changed
- Bumped requests from 2.32.3 to 2.32.4 to 2.32.5Then, at line 122, add the entry to the existing "Fixed" section: ### Fixed
+- Fixed step-security/harden-runner action SHA in merge conflict bot workflow (#1278)
- Fixed the README account balance example to use correct SDK APIs and provide a runnable testnet setup. (#1250)
🧰 Tools🪛 markdownlint-cli2 (0.18.1)76-76: Headings should be surrounded by blank lines (MD022, blanks-around-headings) |
||
| ### Changed | ||
| - Bumped requests from 2.32.3 to 2.32.4 to 2.32.5 | ||
| - Moved `docs/sdk_developers/how_to_link_issues.md` to `docs/sdk_developers/training/workflow/how_to_link_issues.md` and updated all references (#1222) | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be line 123