Spaces:
Paused
Paused
labels: | |
- name: βοΈ Invalid | |
labeled: | |
pr: | |
action: close | |
body: > | |
Hey @{{ pull_request.user.login }}, thanks for your contribution! | |
Unfortunately, this PR has been marked as invalid. | |
Please check that you've followed the PR template, included all relevant details, and are targeting the correct branch (`staging` for regular contributions, `release` only for hotfixes). | |
If you need help, feel free to ask! | |
- name: β Don't Merge | |
labeled: | |
pr: | |
body: > | |
π¨ This PR has been temporarily blocked from merging. | |
- name: π₯π£ Breaking Changes | |
labeled: | |
pr: | |
body: > | |
β οΈ Heads up! This PR introduces breaking changes. | |
Make sure these changes are well-documented and that users will be properly informed when this is released. | |
- name: β Waiting For External/Upstream | |
labeled: | |
pr: | |
body: > | |
β This PR is awaiting external or upstream changes or approval. | |
It can only be merged once those changes have been implemented and approved. | |
Please inform us of any progress on the upstream changes or approval. | |
- name: π¬ Needs Testing | |
labeled: | |
pr: | |
body: > | |
π¬ This PR needs testing! | |
Any contributor can test and leave reviews, so feel free to help us out! | |
- name: π₯ ⬀⬀⬀⬀⬀ | |
labeled: | |
pr: | |
body: > | |
β οΈ This PR is over 1000 lines, which is larger than recommended. | |
Please make sure that it only addresses a single issue - PRs this large are hard to test and may be rejected. | |