Skip to content

Commit eea75f4

Browse files
authored
Stop vale failing for forked contributions that don't touch prose. (#547)
Relates to - #549 (i.e. the prose lint failure for pull requests from forked repositories). Should improve the quality of life of external contributing devs. This change _only_ annotates the diff introduced by a PR. So #549 will still be a bug for external contributors who write a lot of prose. But for technical contributions, at least, we avoid the 10 annotations limit.
1 parent cdc5faa commit eea75f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ jobs:
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
with:
74-
filter_mode: nofilter
74+
filter_mode: diff_context
7575
reporter: github-check

0 commit comments

Comments
 (0)