Working group issue commands

Working group issue commands

Open edX Working Groups use GitHub Issues to coordinate and track work. People who are participating in working groups will often need to assign themselves to issues and edit the labels on issues. If you are a member of the openedx GitHub organization, you may be able to do that yourself. If you are not, then there are a few “commands” that you can comment on any GitHub Issue or Pull Request.

Commands

Assign yourself to an Issue or PR

assign me

Add a label

label: <labelname>

Remove a label

remove label: <labelname>

Caveats

These are designed to be used at the beginning of a comment, so this would not work:

I will take this ticket - assign me.

Also, only one command per comment. This example would not work as intended:

label: documentation label: good first issue

When adding or removing labels, do not list multiple labels. Attempting something like this will not work:

remove label: good first issue, documentation

Examples

Technical Details

These commands are implemented using organization-wide GitHub Actions in defined in the .github repository: https://github.com/openedx/.github/tree/master/.github/workflows

If the commands aren’t working, please file a GitHub Request with the Axim team.