We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae85b39 commit c8655fcCopy full SHA for c8655fc
.github/workflows/new-prs.yml
@@ -41,14 +41,6 @@ jobs:
41
chmod a+x github-automation.py
42
pip install -r requirements.txt
43
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
-
52
- name: Greet Author
53
run: |
54
./github-automation.py \
0 commit comments