diff --git a/.github/workflows/chceck-pr-message.yml b/.github/workflows/chceck-pr-message.yml index 460662014..5eb2d840a 100644 --- a/.github/workflows/chceck-pr-message.yml +++ b/.github/workflows/chceck-pr-message.yml @@ -1,19 +1,20 @@ --- name: Check pull request message format on: pull_request_target: branches: - current - crux - 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@feature/T6349-reusable-workflows secrets: inherit diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index aada264f7..0f0cff3ec 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -1,15 +1,16 @@ name: Check for unused imports using Pylint on: pull_request: branches: - current + - equuleus - sagitta workflow_dispatch: permissions: contents: read jobs: check-unused-imports: uses: vyos/.github/.github/workflows/check-unused-imports.yml@feature/T6349-reusable-workflows secrets: inherit diff --git a/.github/workflows/linit-j2.yml b/.github/workflows/linit-j2.yml index 364a65a14..f3dc497d2 100644 --- a/.github/workflows/linit-j2.yml +++ b/.github/workflows/linit-j2.yml @@ -1,18 +1,19 @@ --- name: J2 Lint on: pull_request: branches: - current - crux - equuleus + - sagitta permissions: pull-requests: write contents: read jobs: j2lint: uses: vyos/.github/.github/workflows/lint-j2.yml@feature/T6349-reusable-workflows secrets: inherit