diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-06-09 14:54:24 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-09 11:24:24 +0200 |
commit | 395bd4eb850ff5763a82f29b1ff398c41e200f09 (patch) | |
tree | 2c2f3c3a882740eb145e19219b52ca141943db49 /.github/workflows | |
parent | bd8016060c8f7055bf4342b52aff8abb5f8fc291 (diff) | |
download | vyos-1x-395bd4eb850ff5763a82f29b1ff398c41e200f09.tar.gz vyos-1x-395bd4eb850ff5763a82f29b1ff398c41e200f09.zip |
T6449: added pr update trigger (#3596)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/chceck-pr-message.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/chceck-pr-message.yml b/.github/workflows/chceck-pr-message.yml index e7e456961..460662014 100644 --- a/.github/workflows/chceck-pr-message.yml +++ b/.github/workflows/chceck-pr-message.yml @@ -2,11 +2,12 @@ name: Check pull request message format on: - pull_request: + pull_request_target: branches: - current - crux - equuleus + types: [opened, synchronize, edited] permissions: pull-requests: write |