yaalsn commented on PR #4361:
URL: https://github.com/apache/bookkeeper/pull/4361#issuecomment-2105687762
Hi @shoothzj , I think this workflow works well in public forked repo, but
if it is a private repo, we need to declare the `pull-requests` permission
because the following action needs to request github list PRs api using
`GITHUB_TOKEN`. The workflow needs this permission and it wasn't added before,
I just add the it.
```
- name: Detect changed files
id: changes
uses: apache/pulsar-test-infra/paths-filter@master
with:
filters: .github/changes-filter.yaml
list-files: csv
```

--
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]