ci: add a PR best practices check
This commit is contained in:
parent
85753c3617
commit
b89293ea94
1 changed files with 14 additions and 0 deletions
14
.github/workflows/pr_best_practices.yml
vendored
Normal file
14
.github/workflows/pr_best_practices.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: "Verify PR best practices"
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
pr-best-practices:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: PR best practice check
|
||||
uses: osbuild/pr-best-practices@main
|
||||
with:
|
||||
token: ${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue