debian-image-builder-frontend/.github/workflows/pr_best_practices.yml
Sanne Raymaekers c29cee781f .github: run test workflows on merge_group
Make sure they work with merge queues.
2025-06-11 14:08:11 +00:00

19 lines
475 B
YAML

name: "Verify PR best practices"
on:
pull_request_target:
branches: [main]
types: [opened, synchronize, reopened, edited]
issue_comment:
types: [created]
merge_group:
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 }}