diff options
author | kumvijaya <kumvijaya@gmail.com> | 2024-05-22 10:07:27 +0530 |
---|---|---|
committer | kumvijaya <kumvijaya@gmail.com> | 2024-05-22 11:08:08 +0530 |
commit | 13cf8cac932b4694d9069cf7985f6542fab2a6b6 (patch) | |
tree | c56fd2e11f442a032559e24adce5193ae9f91b61 | |
parent | 0a23dd70e53313771297d16c272de274bf383afb (diff) | |
download | vyos-workflow-test-temp-13cf8cac932b4694d9069cf7985f6542fab2a6b6.tar.gz vyos-workflow-test-temp-13cf8cac932b4694d9069cf7985f6542fab2a6b6.zip |
T6357: added trigger as pr for pr labelsfeature/pr-checks
-rw-r--r-- | .github/labeler.yml | 15 | ||||
-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 | 4 | ||||
-rw-r--r-- | .github/workflows/linit-j2.yml | 1 |
6 files changed, 2 insertions, 21 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index 0852982..0000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,15 +0,0 @@ -equuleus: - - any: - - base-branch: 'equuleus' -current: - - any: - - base-branch: 'current' -crux: - - any: - - base-branch: 'crux' -sagitta: - - any: - - base-branch: 'sagitta' -main: - - any: - - base-branch: 'main' diff --git a/.github/workflows/add-pr-labels.yml b/.github/workflows/add-pr-labels.yml index 72dd838..1723cce 100644 --- a/.github/workflows/add-pr-labels.yml +++ b/.github/workflows/add-pr-labels.yml @@ -4,7 +4,6 @@ name: Add pull request labels on: pull_request_target: branches: - - main - current - crux - equuleus diff --git a/.github/workflows/chceck-pr-message.yml b/.github/workflows/chceck-pr-message.yml index 733a639..e7e4569 100644 --- a/.github/workflows/chceck-pr-message.yml +++ b/.github/workflows/chceck-pr-message.yml @@ -4,7 +4,6 @@ name: Check pull request message format on: pull_request: branches: - - main - current - crux - equuleus diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index 7ec4099..aada264 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -2,7 +2,6 @@ name: Check for unused imports using Pylint on: pull_request: branches: - - main - current - sagitta workflow_dispatch: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f493777..a4fc39e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,10 +2,10 @@ name: "Perform CodeQL Analysis" on: push: - branches: [ "main", "current", "sagitta", "equuleus" ] + branches: [ "current", "sagitta", "equuleus" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main", "current" ] + branches: [ "current" ] schedule: - cron: '22 10 * * 0' workflow_dispatch: diff --git a/.github/workflows/linit-j2.yml b/.github/workflows/linit-j2.yml index 7c0f667..c4f4132 100644 --- a/.github/workflows/linit-j2.yml +++ b/.github/workflows/linit-j2.yml @@ -4,7 +4,6 @@ name: J2 Lint on: pull_request: branches: - - main - current - crux - equuleus |