mangoGoForward commented on PR #16836:
URL: https://github.com/apache/pulsar/pull/16836#issuecomment-1203680760
> Why is this called `release-drafter.yaml` when we are discussing a
`pr-labelling.yaml` improvement?
Yes, the name of workflow should be like `pr-labelling.yaml`, and the file
of `release-drafter.yml` in root of `.github` is a configuration file, it can
specified like:
```
- uses: release-drafter/release-drafter@v5
# (Optional) specify config name to use, relative to .github/.
Default: release-drafter.yml
# with:
# config-name: my-config.yml
# disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]