diff options
author | Luca Boccassi <bluca@debian.org> | 2022-08-31 15:57:12 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-08-31 17:53:46 +0200 |
commit | df1686966076aa7e359942d46e97f13a722a795f (patch) | |
tree | 566b0610343fb261212d453cc56d647614b63a39 /.github/workflows/labeler.yml | |
parent | condition: properly handle fnmatch() errors in ConditionHost (diff) | |
download | systemd-df1686966076aa7e359942d46e97f13a722a795f.tar.xz systemd-df1686966076aa7e359942d46e97f13a722a795f.zip |
shellcheck/labeler: disable on systemd-security
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/labeler.yml | 1 |
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 |