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
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*/**']