diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-05-28 21:04:31 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-28 21:04:31 +0300 |
| commit | 26088e86b46dbc9e2aa0ddead8f41dc8761836f0 (patch) | |
| tree | b636fa2cd0f4dd73d6150423625619a71716df74 /.github/workflows | |
| parent | cd619d4c355c9158497951231b1c993f8a7d26a9 (diff) | |
| parent | fa38744777280168494bb817cf9296dedf7c0d42 (diff) | |
| download | vyos-1x-26088e86b46dbc9e2aa0ddead8f41dc8761836f0.tar.gz vyos-1x-26088e86b46dbc9e2aa0ddead8f41dc8761836f0.zip | |
Merge pull request #5234 from vyos/chore/T8937-retire-mergify-replaceable-ghas
chore: T8937: retire Mergify-replaceable GHA caller workflows
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/add-pr-labels.yml | 18 | ||||
| -rw-r--r-- | .github/workflows/add-rebase-label.yml | 14 | ||||
| -rw-r--r-- | .github/workflows/auto-author-assign.yml | 14 | ||||
| -rw-r--r-- | .github/workflows/check-pr-message.yml | 19 | ||||
| -rw-r--r-- | .github/workflows/label-backport.yml | 12 |
5 files changed, 0 insertions, 77 deletions
diff --git a/.github/workflows/add-pr-labels.yml b/.github/workflows/add-pr-labels.yml deleted file mode 100644 index d9e307ddf..000000000 --- a/.github/workflows/add-pr-labels.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Add pull request labels - -on: - pull_request_target: - branches: - - current - - circinus - - sagitta - -permissions: - pull-requests: write - contents: read - -jobs: - add-pr-label: - uses: vyos/.github/.github/workflows/add-pr-labels.yml@current - secrets: inherit diff --git a/.github/workflows/add-rebase-label.yml b/.github/workflows/add-rebase-label.yml deleted file mode 100644 index 9041303af..000000000 --- a/.github/workflows/add-rebase-label.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Add rebase label - -on: - pull_request_target: - types: [synchronize, opened, reopened, labeled, unlabeled] - -permissions: - pull-requests: write - contents: read - -jobs: - add-rebase-label: - uses: vyos/.github/.github/workflows/add-rebase-label.yml@current - secrets: inherit diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml deleted file mode 100644 index 61612cce3..000000000 --- a/.github/workflows/auto-author-assign.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: "PR Triage" -on: - pull_request_target: - types: [opened, reopened, ready_for_review, locked] - - -permissions: - pull-requests: write - contents: read - -jobs: - assign-author: - uses: vyos/.github/.github/workflows/assign-author.yml@current - secrets: inherit diff --git a/.github/workflows/check-pr-message.yml b/.github/workflows/check-pr-message.yml deleted file mode 100644 index e03a9ec06..000000000 --- a/.github/workflows/check-pr-message.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Check pull request message format - -on: - pull_request_target: - branches: - - current - - circinus - - sagitta - types: [opened, synchronize, edited] - -permissions: - pull-requests: write - contents: read - -jobs: - check-pr-title: - uses: vyos/.github/.github/workflows/check-pr-message.yml@current - secrets: inherit diff --git a/.github/workflows/label-backport.yml b/.github/workflows/label-backport.yml deleted file mode 100644 index efbd4388f..000000000 --- a/.github/workflows/label-backport.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Mergifyio backport - -on: [issue_comment] - -permissions: - pull-requests: write - contents: read - -jobs: - mergifyio-backport: - uses: vyos/.github/.github/workflows/label-backport.yml@current - secrets: inherit |
