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
10 changes: 5 additions & 5 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
name: REUSE Compliance

on:
# No paths filter: "Check REUSE Compliance" is a REQUIRED status check, so it
# must report on every PR. A paths filter would skip the workflow on changes
# that do not match (e.g. root-only files like renovate.json, since "**/*"
# does not match repository-root paths), leaving the required context pending
# forever and silently blocking the PR.
pull_request:
paths:
- "**/*"
- "REUSE.toml"
- "LICENSES/**"
- ".github/workflows/reuse.yml"
push:
branches:
- main
Expand Down
Loading