Skip to content

fix: standardize branch and label naming to "security"#41

Merged
EthanThePhoenix38 merged 2 commits intodependabot/npm_and_yarn/tldts-7.0.23from
copilot/sub-pr-29
Feb 17, 2026
Merged

fix: standardize branch and label naming to "security"#41
EthanThePhoenix38 merged 2 commits intodependabot/npm_and_yarn/tldts-7.0.23from
copilot/sub-pr-29

Conversation

Copy link
Contributor

Copilot AI commented Feb 17, 2026

Corrected inconsistent naming where workflow referenced "securite" branch and dependabot config used "auto-merge" label. Standardized to "security" throughout.

Workflow changes (.github/workflows/dependabot-secure-flow.yaml)

  • Renamed job: auto-merge-to-securiteauto-merge-to-security
  • Updated branch references: securitesecurity (9 occurrences)
  • Updated PR/comment messages to reflect correct branch name

Dependabot config (.github/dependabot.yml)

  • Replaced auto-merge label with security for npm ecosystem
  • Updated github-actions ecosystem to use security label

This ensures the workflow correctly identifies and processes dependency PRs through the security branch for batch validation.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: EthanThePhoenix38 <103653068+EthanThePhoenix38@users.noreply.github.com>
Copilot AI changed the title [WIP] Bump tldts dependency from 7.0.22 to 7.0.23 fix: standardize branch and label naming to "security" Feb 17, 2026
@EthanThePhoenix38 EthanThePhoenix38 marked this pull request as ready for review February 17, 2026 08:29
Copilot AI review requested due to automatic review settings February 17, 2026 08:29
@EthanThePhoenix38 EthanThePhoenix38 merged commit 8f9d185 into dependabot/npm_and_yarn/tldts-7.0.23 Feb 17, 2026
6 checks passed
@EthanThePhoenix38 EthanThePhoenix38 deleted the copilot/sub-pr-29 branch February 17, 2026 08:29
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR standardizes inconsistent naming conventions for branch and label names in the Dependabot workflow. The workflow previously referenced a "securite" branch (a misspelling) and the dependabot configuration used an "auto-merge" label, both of which have been corrected to use "security" consistently.

Changes:

  • Renamed workflow job from auto-merge-to-securite to auto-merge-to-security with corresponding dependency updates
  • Updated all branch references from "securite" to "security" throughout the workflow (9 occurrences)
  • Replaced "auto-merge" label with "security" label in dependabot configuration for both npm and github-actions ecosystems
  • Updated user-facing messages to reflect the correct "security" branch name

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/dependabot-secure-flow.yaml Standardized job name, branch references, and messages from "securite" to "security"
.github/dependabot.yml Replaced "auto-merge" label with "security" label for consistency across package ecosystems

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants