Skip to content

Commit 046ed84

Browse files
Update fragment-in-pr.yml (#2659)
Fixing types
1 parent 1becc75 commit 046ed84

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/fragment-in-pr.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: fragment-in-pr
22

33
on:
44
pull_request:
5-
types:
6-
- [ labeled, unlabeled, opened, reopened, synchronize ]
5+
types: [ labeled, unlabeled, opened, reopened, synchronize ]
76
jobs:
87
fragments:
98
if: "!contains(github.event.pull_request.labels.*.name, 'skip-changelog') && !contains(github.event.pull_request.labels.*.name, 'backport')"
@@ -24,4 +23,4 @@ jobs:
2423
id: agent-version
2524
- name: check fragment-syntax
2625
run: |
27-
./bin/elastic-agent-changelog-tool build --version ${{steps.agent-version.outputs.agent-version}} --owner elastic --repo elastic-agent
26+
./bin/elastic-agent-changelog-tool build --version ${{steps.agent-version.outputs.agent-version}} --owner elastic --repo elastic-agent

0 commit comments

Comments
 (0)