michaeljmarshall commented on code in PR #43: URL: https://github.com/apache/pulsar-test-infra/pull/43#discussion_r897085790
########## docbot/README.md: ########## @@ -0,0 +1,54 @@ +# Documentation Bot + +Automatically label pull requests based on the checked task list. + +## Usage + +Create a workflow `.github/workflows/ci-docbot.yml` with below content: + +```yaml +name: Documentation Bot + +on: + pull_request_target: + types: + - opened + - edited + - labeled + - unlabeled + +jobs: + label: + permissions: + pull-requests: write + runs-on: ubuntu-latest + steps: + - name: Checkout action + uses: actions/checkout@v3 + with: + repository: maxsxu/action-labeler Review Comment: My only concern is that the README is incorrect. We should fix it so that it documents how to use the action in this repository. -- 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