We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8bd023 commit 4ee7e75Copy full SHA for 4ee7e75
.github/workflows/pr-labels.yaml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
pr-labels:
8
- if: ${{ github.event.pull_request.user.login == 'red-hat-konflux' }}
+ if: ${{ github.event.pull_request.user.login == 'red-hat-konflux[bot]' }}
9
permissions:
10
pull-requests: write
11
runs-on: ubuntu-latest
0 commit comments