Skip to content

Commit a10c177

Browse files
committed
Fix insta-merge yamllint issues
1 parent 74e7931 commit a10c177

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)