-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.github/labeler-no-sync: fix backport labelling #378567
.github/labeler-no-sync: fix backport labelling #378567
Conversation
The codeowners check job must fail here, because it's still looking in |
83d098f
to
935c290
Compare
Matching on !ci/OWNERS was a mistake, because it's matching *every* PR with a change to a non-OWNERS file. This is not fixable with negation rules in the labeler, but we can take advantage of the fact that OWNERS doesn't have a "." in its name. Also, we used the wrong label...
935c290
to
9c33953
Compare
@infinisil I can't exactly tell from the discussion in #347610, whether |
Nah I think it was just for cosmetic reasons (why hide OWNERS in a dotfile?), so this seems fine. |
This broken in #374921 (comment) - and results in labelling every incoming PR.
Moving the OWNERS file away seems to be the only way to get the desired behavior. GitHub should only react to
CODEOWNERS
, so we should be safe by putting it into.github/OWNERS
, right?Things done
Add a 👍 reaction to pull requests you find important.