summaryrefslogtreecommitdiffstats
path: root/.github/workflows/labeler.yml
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2022-08-31 15:57:12 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-08-31 17:53:46 +0200
commitdf1686966076aa7e359942d46e97f13a722a795f (patch)
tree566b0610343fb261212d453cc56d647614b63a39 /.github/workflows/labeler.yml
parentcondition: properly handle fnmatch() errors in ConditionHost (diff)
downloadsystemd-df1686966076aa7e359942d46e97f13a722a795f.tar.xz
systemd-df1686966076aa7e359942d46e97f13a722a795f.zip
shellcheck/labeler: disable on systemd-security
Diffstat (limited to '')
-rw-r--r--.github/workflows/labeler.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 680a2c17a7..e4ab97e4fb 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -12,6 +12,7 @@ permissions:
jobs:
triage:
+ if: github.event.repository.name != 'systemd-security'
runs-on: ubuntu-latest
permissions:
pull-requests: write