You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 contents (read) and pull-requests (write)
- Define a job named `rule_check` that runs on `ubuntu-latest`
- Include steps to checkout the repository, set up reviewdog, run Bearer report, and execute reviewdog with the generated report
Signed-off-by: appleboy <[email protected]>
0 commit comments