We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7338d commit 66dd6bcCopy full SHA for 66dd6bc
.github/workflows/ci.yml
@@ -31,9 +31,9 @@ jobs:
31
"${{ github.event.pull_request.author_association }}" != "OWNER" ]]; then
32
echo "Author association: ${{ github.event.pull_request.author_association }}"
33
echo "Event not triggered by a collaborator/contributor/owner. Will not continue CI."
34
- exit 1
35
else
36
- echo "Author is a collaborator/contributor/owner. Continuing CI."
+ echo "Author is a ${{ github.event.pull_request.author_association }}. Continuing CI."
+ exit 1
37
fi
38
39
lint:
0 commit comments