Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add GitHub Actions workflow for Bearer PR checks
- Add a GitHub Actions workflow for Bearer PR Check - Configure the workflow to trigger on pull request events [opened, synchronize, reopened] - Set permissions for reading contents and writing pull-requests - Define a job to run on `ubuntu-latest` - Include steps for checking out the repository, setting up reviewdog, running Bearer report, and running reviewdog with the report Signed-off-by: appleboy <[email protected]>
- Loading branch information