Skip to content

Commit

Permalink
Merge pull request #3609 from vyos/mergify/bp/equuleus/pr-3596
Browse files Browse the repository at this point in the history
T6449: added pr update trigger (backport #3596)
  • Loading branch information
c-po authored Jun 14, 2024
2 parents 64d6752 + 29ae404 commit a760899
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/chceck-pr-message.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Check pull request message format

on:
pull_request_target:
branches:
- current
- crux
- equuleus
types: [opened, synchronize, edited]

permissions:
pull-requests: write
contents: read

jobs:
check-pr-title:
uses: vyos/.github/.github/workflows/check-pr-message.yml@feature/T6349-reusable-workflows
secrets: inherit

0 comments on commit a760899

Please sign in to comment.