ghactions: Add PR best practice check
This commit is contained in:
parent
b107bff9c6
commit
f23f2be54f
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