diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-06-10 13:47:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-10 13:47:30 +0200 |
commit | 0ab54fafba6661486c555c027af5b0eb8a136b29 (patch) | |
tree | f63ade64872360394c2e061ea1cdf528474f18d2 | |
parent | eaf20bb54c62f0eff0879d538cc1e9c52cabf07a (diff) | |
parent | a8b4d421915551a8890a21c553ba84c296a8bc89 (diff) | |
download | vyos-1x-0ab54fafba6661486c555c027af5b0eb8a136b29.tar.gz vyos-1x-0ab54fafba6661486c555c027af5b0eb8a136b29.zip |
Merge pull request #3615 from vyos/T6467-add-workflow-sagitta
T6467: add PR checks workflows for sagitta branch
-rw-r--r-- | .github/workflows/chceck-pr-message.yml | 1 | ||||
-rw-r--r-- | .github/workflows/check-unused-imports.yml | 1 | ||||
-rw-r--r-- | .github/workflows/linit-j2.yml | 1 |
3 files changed, 3 insertions, 0 deletions
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 @@ -7,6 +7,7 @@ on: - current - crux - equuleus + - sagitta types: [opened, synchronize, edited] permissions: 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 @@ -3,6 +3,7 @@ on: pull_request: branches: - current + - equuleus - sagitta workflow_dispatch: 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 @@ -7,6 +7,7 @@ on: - current - crux - equuleus + - sagitta permissions: pull-requests: write |