diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-24 09:07:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 09:07:18 +0200 |
commit | ae8390a110ec4c507aad8eca252b3153ae1f3316 (patch) | |
tree | fc96758a1fd0df32b12252c22b20d5af283409cf | |
parent | 264388062ff64228474372462e5f4b29d6e060f9 (diff) | |
parent | 543a3c622f3d056e406f8226bf35c8cdbd2d3ccf (diff) | |
download | vyos-1x-ae8390a110ec4c507aad8eca252b3153ae1f3316.tar.gz vyos-1x-ae8390a110ec4c507aad8eca252b3153ae1f3316.zip |
Merge pull request #3712 from vyos/mergify/bp/circinus/pr-3710
T6511: add circinus branch to workflow (backport #3710)
-rw-r--r-- | .github/workflows/add-pr-labels.yml | 1 | ||||
-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/codeql.yml | 2 |
4 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/add-pr-labels.yml b/.github/workflows/add-pr-labels.yml index adef2b857..a7ee8446f 100644 --- a/.github/workflows/add-pr-labels.yml +++ b/.github/workflows/add-pr-labels.yml @@ -8,6 +8,7 @@ on: - crux - equuleus - sagitta + - circinus permissions: pull-requests: write diff --git a/.github/workflows/chceck-pr-message.yml b/.github/workflows/chceck-pr-message.yml index a9548f909..c567a5934 100644 --- a/.github/workflows/chceck-pr-message.yml +++ b/.github/workflows/chceck-pr-message.yml @@ -8,6 +8,7 @@ on: - crux - equuleus - sagitta + - circinus types: [opened, synchronize, edited] permissions: diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index 835cc1180..322d4f3a8 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -5,6 +5,7 @@ on: - current - equuleus - sagitta + - circinus workflow_dispatch: permissions: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3b654c0db..12654e42e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,7 +2,7 @@ name: "Perform CodeQL Analysis" on: push: - branches: [ "current", "sagitta", "equuleus" ] + branches: [ "current", "sagitta", "equuleus", "circinus" ] pull_request: # The branches below must be a subset of the branches above branches: [ "current" ] |