Show warning if PR submitter tries to uncheck `Allow edits from maintainers`
See original GitHub issueI often get PRs where the user has unchecked Allow edits from maintainers.
when creating a PR. This is super annoying as it means I cannot easily do changes to the PR myself. There’s no reason for users to do this. Would be nice to show a warning if a user tries to uncheck it that explains why unchecking it would be annoying to the maintainers.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Show warning if PR submitter tries to uncheck `Allow edits from ...
I often get PRs where the user has unchecked Allow edits from maintainers. when creating a PR. This is super annoying as it...
Read more >How to tell if a pull request has given the maintainer the ability ...
Currently, the only way you will know if the pull request author has selected Allow Edits from Maintainers is if you try to...
Read more >Github really needs to allow people to disable the "Pull ...
Github really needs to allow people to disable the "Pull Request" tab on repos, to reduce the stigma around not accepting pull requests....
Read more >Review a merge request - GitLab Docs
Download merge request changes as a diff · On the top bar, select Main menu > Projects and find your project. · On...
Read more >Code Review Process Update - LLVM Project - LLVM Discussion ...
... PR is submitted against. There is an “Allow edits and access to secrets by maintainers” checkbox to disable the behavior, but usually...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It needs to be a visible warning. The style and code should probably be similar to this:
https://github.com/sindresorhus/refined-github/pull/1758#issuecomment-462204170
Go ahead!