-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
don't allow pull requests to be created on an archived repository #5883
don't allow pull requests to be created on an archived repository #5883
Conversation
Also disable the "PR" button if the repo is archived
Codecov Report
@@ Coverage Diff @@
## master #5883 +/- ##
=========================================
- Coverage 38.01% 38% -0.01%
=========================================
Files 328 328
Lines 48338 48343 +5
=========================================
- Hits 18374 18373 -1
- Misses 27325 27331 +6
Partials 2639 2639
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the API can create issues and pulls on archived repositories too.
…allow_pr_creation_when_archived
make LG-TM work |
This also disables the "PR" button if the repo is archived.