ghactions: Add PR best practice check

This commit is contained in:
Simon Steinbeiss 2024-02-29 14:48:58 +01:00 committed by Lucas Garfield
parent b107bff9c6
commit f23f2be54f

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 }}