diff options
author | Jan Macku <jamacku@redhat.com> | 2023-02-07 15:39:37 +0100 |
---|---|---|
committer | Jan Macku <jamacku@redhat.com> | 2023-02-07 15:39:37 +0100 |
commit | d709b92ef14e3e8c5c831c296cfbe1e6fc5202de (patch) | |
tree | 5d7653cc775f02287b9fbe1cb7d291da5cfe5701 /.github | |
parent | Merge pull request #26324 from yuwata/argv-util-update-short-name (diff) | |
download | systemd-d709b92ef14e3e8c5c831c296cfbe1e6fc5202de.tar.xz systemd-d709b92ef14e3e8c5c831c296cfbe1e6fc5202de.zip |
ci: fix missing quotes in `labeler.yml`
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index b6f65afd4e..bab6da7edd 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -97,7 +97,7 @@ jobs: "needs-discussion 🤔", "needs-reporter-feedback ❓", "dont-merge", - "squash-on-merge, + "squash-on-merge", "quick-review"]) { try { await github.rest.issues.removeLabel({ |