Skip to content

Commit 49b4727

Browse files
authored
ci: fix labeler workflow syntax (#2007)
Refs: #2003
1 parent adff59c commit 49b4727

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/labeler.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request_target:
66
types: [opened]
77

8-
# 'issues: write' for https://docs.github.com/en/rest/issues/labels?apiVersion=2022-11-28#add-labels-to-an-issue
8+
# '*: write' permissions for https://docs.github.com/en/rest/issues/labels?apiVersion=2022-11-28#add-labels-to-an-issue
99
permissions:
1010
contents: read
1111
issues: write
@@ -28,6 +28,6 @@ jobs:
2828
if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'apmmachine'
2929
uses: actions-ecosystem/action-add-labels@v1
3030
with:
31-
labels:
32-
- community
33-
- triage
31+
labels: |
32+
community
33+
triage

0 commit comments

Comments
 (0)