Skip to content

Commit c8655fc

Browse files
committed
[GitHub] Remove author association print from new-prs workflow
Turns out, new contrbiutor association is in fact `NONE`. Example: llvm#75182 ``` Run echo "$AUTHOR_ASSOCIATION" NONE ```
1 parent ae85b39 commit c8655fc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/new-prs.yml

-8
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ jobs:
4141
chmod a+x github-automation.py
4242
pip install -r requirements.txt
4343
44-
# Will be removed shortly, just gathering info to report to Github that
45-
# this is not working as expected.
46-
- name: Dump Author Association
47-
env:
48-
AUTHOR_ASSOCIATION: ${{ github.event.pull_request.author_association }}
49-
run: |
50-
echo "$AUTHOR_ASSOCIATION"
51-
5244
- name: Greet Author
5345
run: |
5446
./github-automation.py \

0 commit comments

Comments
 (0)