summaryrefslogtreecommitdiffstats
path: root/.github/development-freeze.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/development-freeze.yml')
-rw-r--r--.github/development-freeze.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/.github/development-freeze.yml b/.github/development-freeze.yml
index 564e5f0..b7e7e3b 100644
--- a/.github/development-freeze.yml
+++ b/.github/development-freeze.yml
@@ -4,9 +4,13 @@
policy:
# tags like v253-rc1, v253-rc2, etc.
- tags: ['^\S*-rc\d+$']
+ labels:
+ allow: ['needs-stable-backport', 'dependencies', 'l10n 🌍']
feedback:
frozen-state: |
- An -rc1 tag has been created and a release is being prepared, so please note that PRs introducing new features and APIs will be held back until the new version has been released.
+ > [!IMPORTANT]
+ > An -rc1 tag has been created and a release is being prepared, so please note that PRs introducing new features and APIs will be held back until the new version has been released.
unfreeze-state: |
- We had successfully released a new major release. We are no longer in a development freeze phase.
- We will try our best to get back to your PR as soon as possible. Thank you for your patience.
+ > [!NOTE]
+ > We had successfully released a new major release. We are no longer in a development freeze phase.
+ > We will try our best to get back to your PR as soon as possible. Thank you for your patience.