workflow: rename .yml -> .yaml

This commit is contained in:
Michael Vogt 2025-01-08 21:15:41 +01:00 committed by Ondřej Budai
parent 692a487fe9
commit 573f56a6ec
3 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,18 @@
name: "Verify PR best practices"
on: # yamllint disable-line rule:truthy
pull_request_target:
branches: [main]
types: [opened, synchronize, reopened, edited]
issue_comment:
types: [created]
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 }}
jira_token: ${{ secrets.IMAGEBUILDER_BOT_JIRA_TOKEN }}