diff options
author | kumvijaya <kumvijaya@gmail.com> | 2024-06-14 17:48:34 +0530 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-06-15 08:14:40 +0200 |
commit | dcb5d50abd66e207156f371fb80e6497d33390e8 (patch) | |
tree | 7155e9133fb4459204efa3af009fd468f6e6a21e /.github/workflows/chceck-pr-message.yml | |
parent | a7608991a8b381ad389e5492713e61a6ce3fd5d3 (diff) | |
download | vyos-1x-dcb5d50abd66e207156f371fb80e6497d33390e8.tar.gz vyos-1x-dcb5d50abd66e207156f371fb80e6497d33390e8.zip |
T6487: updated central workflows to use current branch
(cherry picked from commit 6c4bd6cdaa6008f05ed610742a4cc7e79988b737)
Diffstat (limited to '.github/workflows/chceck-pr-message.yml')
-rw-r--r-- | .github/workflows/chceck-pr-message.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/chceck-pr-message.yml b/.github/workflows/chceck-pr-message.yml index 460662014..abe2db9fb 100644 --- a/.github/workflows/chceck-pr-message.yml +++ b/.github/workflows/chceck-pr-message.yml @@ -4,8 +4,6 @@ name: Check pull request message format on: pull_request_target: branches: - - current - - crux - equuleus types: [opened, synchronize, edited] @@ -15,5 +13,5 @@ permissions: jobs: check-pr-title: - uses: vyos/.github/.github/workflows/check-pr-message.yml@feature/T6349-reusable-workflows + uses: vyos/.github/.github/workflows/check-pr-message.yml@equuleus secrets: inherit |