Github bot update - allow Dapr maintainers to apply labels via bot comments #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
labels: | ||
- roles: | ||
- maintainers | ||
- contributors | ||
commands: | ||
"/waiting-on-pr": "waiting-on-code-pr" | ||
"/do-not-merge": "do-not-merge" | ||
types: | ||
- pr | ||
- roles: | ||
- maintainers | ||
commands: | ||
"/missing-docs": "feature-in-release-no-docs", | ||
"/requirement": "release-requirement" | ||
types: | ||
- issue | ||
- pr |