Skip to content

Commit 77ef85e

Browse files
committed
Update the instant-merge.yaml file definition to comply yamllint check
1 parent 8acf063 commit 77ef85e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/instant-merge.yaml

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

3-
on:
4+
on: # yamllint disable-line rule:truthy
45
pull_request:
56
types:
67
- opened
@@ -23,4 +24,4 @@ jobs:
2324
env:
2425
GITHUB_TOKEN: ${{ github.token }}
2526
run: |
26-
gh pr merge --merge --admin ${{ github.event.pull_request.html_url }}
27+
gh pr merge --merge --admin ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)