1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

Merge pull request #32556 from YHNdnzj/development-freeze

development-freeze: suppress warning for some labels
This commit is contained in:
Frantisek Sumsal 2024-04-29 13:46:41 +02:00 committed by GitHub
commit 7d7a3c3535
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,8 @@
policy:
# tags like v253-rc1, v253-rc2, etc.
- tags: ['^\S*-rc\d+$']
labels:
allow: ['needs-stable-backport', 'dependencies', 'l10n 🌍']
feedback:
frozen-state: |
> [!IMPORTANT]

3
.github/labeler.yml vendored
View File

@ -64,6 +64,9 @@ journal:
journal-remote:
- changed-files:
- any-glob-to-any-file: 'src/journal-remote/*'
l10n 🌍:
- changed-files:
- any-glob-to-any-file: 'po/*'
login:
- changed-files:
- any-glob-to-any-file: ['src/login/*', '**/sd-login*/**']