[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:52:50 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:

Actually the whole context does contain secrets https://docs.github.com/en/actions/learn-github-actions/contexts#github-context.

So yeah, limiting this to the one thing I need is the right thing to do.

https://github.com/llvm/llvm-project/pull/75036


More information about the llvm-commits mailing list