Skip to content

Commit

Permalink
ghactions: Add PR best practices check
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Feb 29, 2024
1 parent e99bba7 commit db60ce1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr_best_practices.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit db60ce1

Please sign in to comment.