diff options
| author | kumvijaya <kumvijaya@gmail.com> | 2024-05-08 16:04:25 +0530 |
|---|---|---|
| committer | kumvijaya <kumvijaya@gmail.com> | 2024-05-08 16:04:25 +0530 |
| commit | 2c31d715f5bf9b44450b15e9a05bc0d070b0c12f (patch) | |
| tree | 7e1e93b00c128d2620f47df08645aa79241344ba /.github/workflows | |
| parent | 6e6b3310bf5e293ff3879ca2d2cda31dea9c35cd (diff) | |
| download | vyos-github-actions-2c31d715f5bf9b44450b15e9a05bc0d070b0c12f.tar.gz vyos-github-actions-2c31d715f5bf9b44450b15e9a05bc0d070b0c12f.zip | |
T6315: fixed PR review comments on repo pr template and workflows
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pull-request-labels.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/pull-request-management.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pull-request-message-check.yml | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/pull-request-labels.yml b/.github/workflows/pull-request-labels.yml index 43856be..31e1bd9 100644 --- a/.github/workflows/pull-request-labels.yml +++ b/.github/workflows/pull-request-labels.yml @@ -5,7 +5,6 @@ on: pull_request_target: branches: - current - - crux - equuleus - sagitta diff --git a/.github/workflows/pull-request-management.yml b/.github/workflows/pull-request-management.yml index 3a855c1..9918649 100644 --- a/.github/workflows/pull-request-management.yml +++ b/.github/workflows/pull-request-management.yml @@ -5,7 +5,7 @@ on: pull_request: branches: - current - - crux + - sagitta - equuleus jobs: diff --git a/.github/workflows/pull-request-message-check.yml b/.github/workflows/pull-request-message-check.yml index 8c206a5..aee2dec 100644 --- a/.github/workflows/pull-request-message-check.yml +++ b/.github/workflows/pull-request-message-check.yml @@ -5,7 +5,7 @@ on: pull_request: branches: - current - - crux + - sagitta - equuleus jobs: |
