Skip to content

T6674: Action add trigger workflow to rebuild package #1

T6674: Action add trigger workflow to rebuild package

T6674: Action add trigger workflow to rebuild package #1

---
name: Check pull request message format
on:
pull_request_target:
branches:
- equuleus
- sagitta
types: [opened, synchronize, edited]
permissions:
pull-requests: write
contents: read
jobs:
check-pr-title:
uses: vyos/.github/.github/workflows/check-pr-message.yml@sagitta
secrets: inherit