Open
Description
It is possible to automate the process for adding people to the Python Triage Team.
- A ticket is opened in core-workflow for adding a person to the triage team
- Any core dev can approve the request by applying "approved" label
- a bot (or script or GitHub App or GitHub Action) automatically invites the person to the team after seeing the "approved" label. It can expand upon the script in https://github.com/python/core-workflow/blob/master/utils/triage_team.py
3.1 if "approved" label was not added by Python core team member, remove it. - bot automatically closes the issue after triager was invited.
Similar bot: https://github.com/python-trio/snekomatic
For this purpose the bot needs "admin" access to Python org.
For security reason, the access token or secret for the bot should be stored as environment variable, and visible only by select people.
Also for security reason, write access to the bot's code can be restricted to a small group of people only, instead of to all core developers.
Metadata
Metadata
Assignees
Labels
No labels