diff options
| author | Johann150 <johann.galle@protonmail.com> | 2022-06-01 09:34:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-01 09:34:40 +0200 |
| commit | 0263a783a6ef7cb8ebab8aa5e745ba2ed48528a1 (patch) | |
| tree | 6be6f5f2d79eb9f807be7012bf59672514673e53 | |
| parent | fix: server metrics widget (diff) | |
| download | sharkey-0263a783a6ef7cb8ebab8aa5e745ba2ed48528a1.tar.gz sharkey-0263a783a6ef7cb8ebab8aa5e745ba2ed48528a1.tar.bz2 sharkey-0263a783a6ef7cb8ebab8aa5e745ba2ed48528a1.zip | |
fix(dev): no labels for l10n_develop
| -rw-r--r-- | .github/workflows/labeler.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 057208eda3..fa4a58c3a9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,6 +1,8 @@ name: "Pull Request Labeler" on: -- pull_request_target + pull_request_target: + branches-ignore: + - 'l10n_develop' jobs: triage: |