We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b44825 commit 20f87c6Copy full SHA for 20f87c6
1 file changed
.github/workflows/pr-checklist.yml
@@ -14,6 +14,10 @@ jobs:
14
runs-on: ubuntu-24.04
15
if: github.event.pull_request.draft == false
16
steps:
17
+ - name: Print PR author
18
+ run:
19
+ echo "PR opened by ${{ github.event.pull_request.user.login }}"
20
+
21
- name: Verify PR Checklist is Complete
22
if: github.event.pull_request.user.login != 'red-hat-konflux[bot]'
23
env:
0 commit comments