bedevere icon indicating copy to clipboard operation
bedevere copied to clipboard

A bot to help identify missing information for CPython pull requests

Results 16 bedevere issues
Sort by recently updated
recently updated
newest added

Python 3.13 support was added to the `setup-python` action recently: * https://github.com/actions/setup-python/issues/742 This PR adds it to the testing matrix.

enhancement

Not sure who owns the login for this bot either. The Python org will soon require 2FA for all member users, so as a stopgap enabling 2FA is sufficient (ideally...

I'm seeing several errors in the webhook deliveries. Sep 08 09:56:14 [bedevere](https://my.papertrailapp.com/systems/bedevere/events?focus=1636847906290794550&selected=1636847906290794550) [heroku/router](https://my.papertrailapp.com/events?q=program%3Aheroku%2Frouter&focus=1636847906290794550&selected=1636847906290794550) at=info method=POST path="/" host=bedevere.herokuapp.com request_id=[e201214d-1c1d-44fa-8ec6-38a3d34a1d09](https://my.papertrailapp.com/systems/bedevere/events?q=%22e201214d-1c1d-44fa-8ec6-38a3d34a1d09%22&focus=1636847906290794550&selected=1636847906290794550) fwd="[140.82.115.81](https://my.papertrailapp.com/systems/bedevere/events?q=%22140.82.115.81%22&focus=1636847906290794550&selected=1636847906290794550)" dyno=web.1 connect=0ms service=1349ms status=500 bytes=188 protocol=https Sep 08 09:56:14 [bedevere](https://my.papertrailapp.com/systems/bedevere/events?focus=1636847906697744386&selected=1636847906697744386) [app/web.1](https://my.papertrailapp.com/events?q=program%3Aapp%2Fweb.1&focus=1636847906697744386&selected=1636847906697744386)...

bug

This should fix the issue where the "awaiting core review" label gets added after PR has ben merged. Example: https://github.com/python/cpython/pull/109082

In a couple of ways: * The check seems to be done even when the `skip-issue` label is present. * In [GH-101164](https://github.com/python/cpython/pull/101164), `skip-issue` is set. When backports to [3.10](https://github.com/python/cpython/pull/101183) and...

closes https://github.com/python/bedevere/issues/499

probably, new_comment() function should handle also the pull_request_review_comment (created) events. Or the [bot message](https://github.com/python/cpython/pull/25651#issuecomment-1205968350) should be more verbose to specify the required type of comments. See e.g. [this](https://github.com/python/cpython/pull/25651#discussion_r938676231) comment, which...

While looking into https://github.com/python/cpython/pull/21830, I noticed several failed webhook deliveries. I attempted to re-deliver the same webhook payloads, but it seems that the webhook event consistently timed out for the...

bug

During the migration it was only possible to map subscriptions for members of the `python` org. This means that all other users (mapped to mannequins) are not subscribed to issues...

enhancement