aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2023-04-05Bump sentry-sdk from 1.18.0 to 1.19.1 (#2511)Gravatar dependabot[bot]-5/+6
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.18.0 to 1.19.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.18.0...1.19.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05Bump pre-commit from 3.2.1 to 3.2.2 (#2509)Gravatar dependabot[bot]-5/+5
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-02Remove self-assignable helpers functionalityGravatar mbaruh-224/+1
2023-04-01Update ping cooldown for helpersGravatar bradtimmis-3/+3
2023-03-31Fix import order.Gravatar Steele Farnsworth-2/+1
2023-03-31Add blank line for linting.Gravatar Steele Farnsworth-0/+1
2023-03-31Make new helper role pingable for help request.Gravatar Steele Farnsworth-1/+3
Previously, the message from the bot requesting that new helpers answer off-topic questions did not cause a ping. Solved by this commit.
2023-04-01Avoid race conditions and stricter cooldownGravatar mbaruh-6/+11
2023-03-31Use broader heuristic for detecting questions.Gravatar Steele-13/+4
Namely just seeing if there's a question mark in it that isn't part of a URL.
2023-03-31Change "Help!" to "answer this!"Gravatar Steele-1/+1
It may occasionally be confusing why the bot thinks people need to "help" if there's a false positive (ie if the message is not a question).