Skip to content

Commit 0b99d37

Browse files
authored
ISSUE #1370: fix(gha): adjust yaml lint rule and ensure newline consistency in insta-merge workflow (#1374)
1 parent 03c270f commit 0b99d37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/insta-merge.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
---
12
name: Insta Merge Konflux PRs
23

3-
on:
4+
on: # yamllint disable-line rule:truthy
45
pull_request:
56
paths:
67
- manifests/base/params-latest.env
@@ -25,4 +26,4 @@ jobs:
2526
env:
2627
GITHUB_TOKEN: ${{ github.token }}
2728
run: |
28-
gh pr merge --merge --admin ${{ github.event.pull_request.html_url }}
29+
gh pr merge --merge --admin ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)