Skip to content

Commit 4b588e5

Browse files
committed
[ci] Log author_association
For debugging purposes, log author_association
1 parent 203df2c commit 4b588e5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/compiler_discord_notify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
outputs:
1616
is_member_or_collaborator: ${{ steps.check_is_member_or_collaborator.outputs.is_member_or_collaborator }}
1717
steps:
18+
- run: echo ${{ github.event.pull_request.author_association }}
1819
- name: Check is member or collaborator
1920
id: check_is_member_or_collaborator
2021
if: ${{ github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR' }}

.github/workflows/runtime_discord_notify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
outputs:
1616
is_member_or_collaborator: ${{ steps.check_is_member_or_collaborator.outputs.is_member_or_collaborator }}
1717
steps:
18+
- run: echo ${{ github.event.pull_request.author_association }}
1819
- name: Check is member or collaborator
1920
id: check_is_member_or_collaborator
2021
if: ${{ github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR' }}

.github/workflows/shared_label_core_team_prs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
outputs:
1818
is_member_or_collaborator: ${{ steps.check_is_member_or_collaborator.outputs.is_member_or_collaborator }}
1919
steps:
20+
- run: echo ${{ github.event.pull_request.author_association }}
2021
- name: Check is member or collaborator
2122
id: check_is_member_or_collaborator
2223
if: ${{ github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR' }}

0 commit comments

Comments
 (0)