PLEASE update this file if you add new github action or change name/trigger phrase of a github action.

Beam Github Actions

Issue Management

Phrases self-assign, close, or manage labels on an issue: | Phrase | Effect | |--------|--------| | .take-issue | Self-assign the issue | | .close-issue | Close the issue as completed | | .close-issue not_planned | Close the issue as not-planned | | .add-labels | Add comma separated labels to the issue (e.g. add-labels l1, 'l2 with spaces') | | .remove-labels | Remove comma separated labels to the issue (e.g. remove-labels l1, 'l2 with spaces') | | .set-labels | Sets comma separated labels to the issue and removes any other labels (e.g. set-labels l1, 'l2 with spaces') |