Skip to content

Commit

Permalink
T6449: added pr update trigger (#3596)
Browse files Browse the repository at this point in the history
(cherry picked from commit 395bd4e)

# Conflicts:
#	.github/workflows/chceck-pr-message.yml
  • Loading branch information
kumvijaya authored and mergify[bot] committed Jun 9, 2024
1 parent 9cfa2ec commit 29ae404
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 29ae404

Please sign in to comment.