maxsxu opened a new pull request, #43: URL: https://github.com/apache/pulsar-test-infra/pull/43
Master issue: https://github.com/apache/pulsar/issues/15797 ## Motivation As discussed at https://lists.apache.org/thread/tz7x73lnkvcg3vqmb9r26s4p6md5sb8y ## Modification Created a new folder named `docbot`, which contains the implementation. **Supported Features** - Automatic labeling according to PR body when created or updated - Able to update PR body automatically when labels is manually selected - Configurable parameters including which labels want to watch, whether allow empty labels, etc **Directory Structure** This `docbot` is implemented by [Golang](https://go.dev/) with following directory structure: ``` ├── pkg/logger/logger.go // Contains a simple logger for logging in the actor details ├── README.md ├── action.yml // The action configuration file ├── go.mod └── main.go // The main logic is here ``` > Note: The old folder `doc-label-check` will be removed after this PR merged. ## Validation @Anonymitaet has helped validate the required features on the [prototype repository](https://github.com/maxsxu/action-labeler). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org