mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
b6a23ad642
GitHub Action `devel-freezer` helps with development freeze notifications during the RC phase. It will create comments using predefined messages on newly created and updated PRs when the RC tag has been released. Also, it will update comments once a new major version has been released. Documentation available at: https://github.com/redhat-plumbers-in-action/devel-freezer
13 lines
610 B
YAML
13 lines
610 B
YAML
# syntax - https://github.com/redhat-plumbers-in-action/devel-freezer#policy
|
|
---
|
|
|
|
policy:
|
|
# tags like v253-rc1, v253-rc2, etc.
|
|
- tags: ['^\S*-rc\d+$']
|
|
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.
|
|
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.
|