Skip to content

Commit 4ee7e75

Browse files
committed
Fix konflux PR detection
1 parent f8bd023 commit 4ee7e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
pr-labels:
8-
if: ${{ github.event.pull_request.user.login == 'red-hat-konflux' }}
8+
if: ${{ github.event.pull_request.user.login == 'red-hat-konflux[bot]' }}
99
permissions:
1010
pull-requests: write
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)