Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cla-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# branch should not be protected
branch: "main"
allowlist: "semantic-release-bot,semantic-release[bot]"
allowlist: semantic-release-bot,semantic-release[bot]
Copy link

Copilot AI Nov 16, 2025

Choose a reason for hiding this comment

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

[nitpick] Removing quotes from the allowlist parameter creates inconsistency with other string parameters in this workflow file. Other string parameters like branch: "main", remote-organization-name: "ctfpilot", and remote-repository-name: "cla" all use quotes. For consistency and maintainability, consider keeping the quotes around the allowlist value.

Suggested change
allowlist: semantic-release-bot,semantic-release[bot]
allowlist: "semantic-release-bot,semantic-release[bot]"

Copilot uses AI. Check for mistakes.
lock-pullrequest-aftermerge: false
use-dco-flag: false

Expand Down
Loading