Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,14 @@ Before running:
"iam_client_secret": "xxxxxxxxxxxxxx",
"iam_client_id": "xxxxxxxxxxxxxx",
"socorro_token": "xxxxxxxxxxxxxx",
"hackbot_api_key": "xxxxxxxxxxxxxx"
"hackbot_api_key": "xxxxxxxxxxxxxx",
"slack_bot_token": "xoxb-xxxxxxxxxxxxxx"
}

The ``hackbot_api_key`` is only needed by rules that start a `hackbot <https://github.com/mozilla/bugbug/tree/master/services/hackbot-api>`_ agent run (currently ``frontend_triage``). Those rules talk to ``https://hackbot-api.moz.tools`` by default; set ``HACKBOT_API_URL`` to point at a different deployment.

The ``slack_bot_token`` is only needed by rules that post a message to Slack (currently ``reo_regression_slack`` and ``reo_regression_slack_daily``). It is a Slack app's Bot User OAuth Token and needs the ``chat:write``, ``chat:write.customize`` and ``chat:write.public`` scopes.

Do a dryrun::

uv run -m bugbot.rules.stalled
Expand Down
Loading