-
Notifications
You must be signed in to change notification settings - Fork 1
chore(renovate): P4b — rename mislabeled auto-label workflow to be bot-agnostic #2407
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 |
|---|---|---|
|
|
@@ -843,16 +843,13 @@ The Workflows repository includes maintenance workflows that handle sync, update | |
|
|
||
| --- | ||
|
|
||
| ### `maint-dependabot-auto-label.yml` - Label Dependabot PRs | ||
| **Purpose:** Auto-labels Dependabot PRs by category | ||
| ### `maint-auto-label-dep-prs.yml` - Label dependency PRs | ||
| **Purpose:** Auto-labels dependency-bot PRs with `agents:allow-change` | ||
|
|
||
| **Trigger:** When Dependabot opens PR | ||
| **Trigger:** When Dependabot or Renovate opens a PR | ||
|
|
||
| **Labels Applied:** | ||
| - `dependencies` (all) | ||
| - `python` for Python packages | ||
| - `github-actions` for action updates | ||
| - `security` for security updates | ||
| - `agents:allow-change` (so protected-workflow changes can be reviewed without manual label work) | ||
|
|
||
|
Comment on lines
+846
to
853
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. Keep the consumer docs aligned with shipped files. The PR objective says
🧰 Tools🪛 markdownlint-cli2 (0.22.1)[warning] 846-846: Headings should be surrounded by blank lines (MD022, blanks-around-headings) 📍 Affects 2 files
🤖 Prompt for AI Agents |
||
| **Use When:** Automatic, no action needed | ||
|
|
||
|
|
||
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.
Escape the
||in the table cell.Markdown will treat the
||inside the GitHub expression as extra table separators, so this row renders with the wrong column count. Escape the pipes or move the expression out of the table.Suggested fix
📝 Committable suggestion
🧰 Tools
🪛 LanguageTool
[uncategorized] ~55-~55: The official name of this software platform is spelled with a capital “H”.
Context: ...vent.issue.number || github.ref }}
| |.github/workflows/maint-auto-label-dep-prs.yml`...(GITHUB)
[uncategorized] ~55-~55: The official name of this software platform is spelled with a capital “H”.
Context: ...rkflows/maint-auto-label-dep-prs.yml
|${{ github.workflow }}-pr-${{ github.event.pull_re...(GITHUB)
🪛 markdownlint-cli2 (0.22.1)
[warning] 55-55: Table column count
Expected: 2; Actual: 4; Too many cells, extra data will be missing
(MD056, table-column-count)
🤖 Prompt for AI Agents
Source: Linters/SAST tools