Skip to content
Open
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ playwright-report/
.dev-lead/
.dev-lead/
.dev-lead/
.dev-lead/
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

low

The entry .dev-lead/ is already present multiple times in this .gitignore file. Adding it again is redundant.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Set the repository option instead of adding an ignore rule

For the delete_branch_on_merge compliance task, this added .dev-lead/ entry only affects local ignored files and has no effect on GitHub repository settings. I checked the relevant managed settings paths (.github/settings.yml and scripts/apply-repo-settings.sh); this diff does not change the setting or the helper that applies settings, so any repository failing the delete-branch-on-merge compliance check would still fail after this commit.

Useful? React with 👍 / 👎.

Loading