diff options
| author | kumvijaya <kumvijaya@gmail.com> | 2026-01-06 23:26:50 +0530 |
|---|---|---|
| committer | kumvijaya <kumvijaya@gmail.com> | 2026-01-06 23:26:50 +0530 |
| commit | 9ae2d03eb010f96bb26f151a5f0cb295536436e8 (patch) | |
| tree | f6732bca0ebdfbbe1b398574f5c644d2d1ba4547 /.github/workflows | |
| parent | fcbafc2c69090f7b19bfeeef311b5d5e3c9798b9 (diff) | |
| download | vyatta-cfg-9ae2d03eb010f96bb26f151a5f0cb295536436e8.tar.gz vyatta-cfg-9ae2d03eb010f96bb26f151a5f0cb295536436e8.zip | |
T8144: Updated workflows for pullrequest_target policy change
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/add-pr-labels.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/check-pr-message.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/codeql.yml | 10 | ||||
| -rw-r--r-- | .github/workflows/lint-j2.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/sonarcloud.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/trigger-rebuild-repo-package.yml | 2 |
6 files changed, 18 insertions, 2 deletions
diff --git a/.github/workflows/add-pr-labels.yml b/.github/workflows/add-pr-labels.yml index a0c0760..d9e307d 100644 --- a/.github/workflows/add-pr-labels.yml +++ b/.github/workflows/add-pr-labels.yml @@ -5,6 +5,8 @@ on: pull_request_target: branches: - current + - circinus + - sagitta permissions: pull-requests: write diff --git a/.github/workflows/check-pr-message.yml b/.github/workflows/check-pr-message.yml index 625ba2d..e03a9ec 100644 --- a/.github/workflows/check-pr-message.yml +++ b/.github/workflows/check-pr-message.yml @@ -5,6 +5,8 @@ on: pull_request_target: branches: - current + - circinus + - sagitta types: [opened, synchronize, edited] permissions: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9671d45..d73a9e2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,14 +2,20 @@ name: "Perform CodeQL Analysis" on: push: - branches: [ "current" ] + branches: + - current + - circinus + - sagitta paths: - '**' - '!.github/**' - '!**/*.md' pull_request: # The branches below must be a subset of the branches above - branches: [ "current" ] + branches: + - current + - circinus + - sagitta paths: - '**' - '!.github/**' diff --git a/.github/workflows/lint-j2.yml b/.github/workflows/lint-j2.yml index d9d5c71..8f8b159 100644 --- a/.github/workflows/lint-j2.yml +++ b/.github/workflows/lint-j2.yml @@ -3,6 +3,8 @@ on: pull_request_target: branches: - current + - circinus + - sagitta permissions: pull-requests: write diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index a8eaca7..af94af9 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -3,6 +3,8 @@ on: push: branches: - current + - circinus + - sagitta paths: - '**' - '!.github/**' diff --git a/.github/workflows/trigger-rebuild-repo-package.yml b/.github/workflows/trigger-rebuild-repo-package.yml index 37ec832..9d630bc 100644 --- a/.github/workflows/trigger-rebuild-repo-package.yml +++ b/.github/workflows/trigger-rebuild-repo-package.yml @@ -6,6 +6,8 @@ on: - closed branches: - current + - circinus + - sagitta workflow_dispatch: jobs: |
