feat(ui): Display to maintainers in PR when it is editable

This commit is contained in:
Beowulf 2025-02-09 00:35:14 +01:00
parent 93f84db542
commit c6ab10c1ba
No known key found for this signature in database
GPG key ID: 44225F5F2792841D
3 changed files with 62 additions and 0 deletions

View file

@ -1996,6 +1996,9 @@ pulls.reopen_failed.base_branch = The pull request cannot be reopened, because t
pulls.made_using_agit = AGit
pulls.agit_explanation = Created using the AGit workflow. AGit lets contributors propose changes using "git push" without creating a fork or a new branch.
pulls.editable = Editable
pulls.editable_explanation = This pull request allows edits from maintainers. You can contribute directly to it.
pulls.auto_merge_button_when_succeed = (When checks succeed)
pulls.auto_merge_when_succeed = Auto merge when all checks succeed
pulls.auto_merge_newly_scheduled = The pull request was scheduled to merge when all checks succeed.