Skip to content

Commit

Permalink
workflows/triage-ci: stop pinging for brew-pip-audit
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Linnane <patrick@linnane.io>
  • Loading branch information
p-linnane committed May 21, 2024
1 parent fd3a8b1 commit 78d7e8b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/triage-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR: ${{ steps.pr.outputs.number }}
PIP_AUDIT_MESSAGE: >
Ping @woodruffw @alex
NEW_CONTRIBUTOR_MESSAGE: >
Thanks for contributing to Homebrew! :tada: It looks like you're having trouble
with a CI failure. See our [contribution guide](${{ github.event.repository.html_url }}/blob/HEAD/CONTRIBUTING.md)
Expand Down Expand Up @@ -93,10 +91,6 @@ jobs:
fi <<< "$response"
}
post_comment_if_not_posted \
'.body | contains("brew-pip-audit")' \
"$PIP_AUDIT_MESSAGE"
post_comment_if_not_posted \
'.author_association == "FIRST_TIME_CONTRIBUTOR" or .author_association == "NONE"' \
"$NEW_CONTRIBUTOR_MESSAGE"
Expand Down

0 comments on commit 78d7e8b

Please sign in to comment.