docs/en-us/develop/issue-bot-usage.md
The action of Issue Bot is issue-checker, with configuration file issue-checker.yml.
::: warning
Your pull request will be marked as ambiguous when you are not committing with Conventional Commits specification.
:::
module, Client, ambiguous, translation required, etc.
Issue Bot will add categories based on keywords.
Please refer to the configuration file for the keywords.MAA Team label to issues and pull requests for MAA public team members.incomplete and comments to notify users that the files of their issues are not uploaded successfully.Issue Bot will check the title of your pull request. Unless the title starts with one of the following keywords, the pull request will be marked as ambiguous.
build chore ci doc docs feat fix perf refactor rfc style testMerge merge Revert revert Reapply reapplyIt is better to trigger Issue Bot with keywords instead of commands listed below, unless that you are aware that your action may confuse Issue Bot.
Remove {LABEL_NAME} will delete a label.Remove labels will delete all labels.Skip {LABEL_NAME} will skip a label.Skip labels will skip all labels.Skip {LABEL_NAME} will make sure no labels of the specified type are added.Skip labels will make sure no labels are added.fixed label, you can use any of the commands below:<sup>1</sup>
https://github.com/MaaAssistantArknights/MaaAssistantArknights/commit/{COMMIT_HASH} fixedfixed by https://github.com/MaaAssistantArknights/MaaAssistantArknights/commit/{COMMIT_HASH}{VERSION} fixedfixed by {VERSION}Duplicate of #{ISSUE_NUMBER} will add duplicate label to the issue.skip operations if your comment may confuse Issue Bot.::: info Note
<sup>1</sup> The COMMIT_HASH here needs to be the full 40 characters
:::
For any commit in a push:
fixed label will be added if the commit message contains one of the following:
fix #{ISSUE_NUMBER}close #{ISSUE_NUMBER}fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/{ISSUE_NUMBER}close https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/{ISSUE_NUMBER}