diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-30 10:41:56 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@andamasov.com> | 2026-05-30 10:55:23 +0300 |
| commit | c693b56eed65de70c38aef4b3e3c07608d95bb72 (patch) | |
| tree | f6c6d09bf6a0d9dad15cabe01afb99b54a0d1212 /.github/workflows | |
| parent | 3d89ca8e26a98c927f74668a867f40284681ba27 (diff) | |
| download | vyatta-bash-current.tar.gz vyatta-bash-current.zip | |
Replaces 5 caller workflows now superseded by central Mergify rules.
See https://vyos.dev/T8937 for the design + spec + plan.
Advances: T8937
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/add-pr-labels.yml | 18 | ||||
| -rw-r--r-- | .github/workflows/auto-author-assign.yml | 14 |
2 files changed, 0 insertions, 32 deletions
diff --git a/.github/workflows/add-pr-labels.yml b/.github/workflows/add-pr-labels.yml deleted file mode 100644 index d96378e..0000000 --- a/.github/workflows/add-pr-labels.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Add pull request labels - -on: - pull_request_target: - branches: - - current - - equuleus - - sagitta - - circinus - -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/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml deleted file mode 100644 index 61612cc..0000000 --- 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 |
