[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
Mon Dec 11 01:47:10 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:
I did confirm that I am checking the correct `github.event...` attribute by dumping the whole event. Not going to do that here as I don't want to expose any more info than needed (though I expect there wouldn't be any secrets in there anyway).
https://github.com/llvm/llvm-project/pull/75036
More information about the llvm-commits
mailing list