Skip to content

Commit 20f87c6

Browse files
committed
Print PR author for testing
1 parent 9b44825 commit 20f87c6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr-checklist.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
if: github.event.pull_request.draft == false
1616
steps:
17+
- name: Print PR author
18+
run:
19+
echo "PR opened by ${{ github.event.pull_request.user.login }}"
20+
1721
- name: Verify PR Checklist is Complete
1822
if: github.event.pull_request.user.login != 'red-hat-konflux[bot]'
1923
env:

0 commit comments

Comments
 (0)