Skip to content

Commit

Permalink
Merge pull request #172384 from Homebrew/remove-pip-audit-ping
Browse files Browse the repository at this point in the history
workflows/triage-ci: stop pinging for `brew-pip-audit`
  • Loading branch information
p-linnane committed May 21, 2024
2 parents fd3a8b1 + 78d7e8b commit 5deb253
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 5deb253

Please sign in to comment.