We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23b489 commit ee31111Copy full SHA for ee31111
1 file changed
.github/workflows/close-updated-prs.yml
@@ -26,6 +26,8 @@ jobs:
26
PR_NUMBER: ${{ github.event.pull_request.number }}
27
AFTER: ${{ github.event.after }}
28
steps:
29
+ - run: echo ${{ github.event.pull_request.author_association }}
30
+
31
- name: Close updated PR
32
run: |
33
set -euo pipefail
0 commit comments