[llvm] [GitHub] Try a workaround to get the new contributor greeting to work (PR #75036)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 12 07:02:04 PST 2023
================
@@ -34,6 +41,14 @@ jobs:
chmod a+x github-automation.py
pip install -r requirements.txt
+ # Will be removed shortly, just gathering info to report to Github that
+ # this is not working as expected.
+ - name: Dump Author Association
+ env:
+ AUTHOR_ASSOCIATION: ${{ github.event.pull_request.author_association }}
+ run: |
+ echo "$AUTHOR_ASSOCIATION"
----------------
DavidSpickett wrote:
https://github.com/llvm/llvm-project/commit/c8655fce45af6f2c13285f218bba83d39c84d5a4
https://github.com/llvm/llvm-project/pull/75036
More information about the llvm-commits
mailing list