Skip to content

Commit d5a939b

Browse files
k-wallclaude
andcommitted
Remove paths filter to allow mandatory check
The paths filter prevented the workflow from running on non-proposal PRs. When the check is configured as mandatory in branch protection, GitHub blocks merges if the check hasn't run. Removing the filter allows the check to run on all PRs and pass cleanly when there are no proposal files, making it safe to require. Addresses feedback from robobario in PR kroxylicious#104. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 1952bbb commit d5a939b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/proposal-numbering.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ name: Check Proposal Numbering
1313
on:
1414
pull_request:
1515
types: [opened, synchronize, reopened]
16-
paths:
17-
- 'proposals/*.md'
1816

1917
permissions:
2018
pull-requests: write

0 commit comments

Comments
 (0)