ci: add a PR best practices check

This commit is contained in:
Simon de Vlieger 2024-03-06 10:20:06 +01:00 committed by Tomáš Hozza
parent 85753c3617
commit b89293ea94

14
.github/workflows/pr_best_practices.yml vendored Normal file
View 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 }}