summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYuriy Andamasov <andamasov@gmail.com>2026-06-02 03:38:54 +0300
committerGitHub <noreply@github.com>2026-06-02 03:38:54 +0300
commitd98e27e94419f9fbdfaec866595d124a62f2ad5b (patch)
tree337d7f29108bd0bf94d39d37cf63c2eaba613a89 /.github/workflows
parent2359ccfe6c3125417ef6e2f3b1762fbe045bb5c6 (diff)
downloadvyos-http-api-tools-d98e27e94419f9fbdfaec866595d124a62f2ad5b.tar.gz
vyos-http-api-tools-d98e27e94419f9fbdfaec866595d124a62f2ad5b.zip
chore(mirror): remove force_workspace backport wrapper (R4 mothballed) (#54)
Mergify ignore_conflicts:true already creates the backport workspace PR + resolves toward theirs + applies backport-conflict for path-drift conflicts (verified by canary VyOS-Networks/ipaddrcheck#26/#27). force_workspace's 'No backport have been created' trigger never fires under that config. T8943 / IS-510.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/force-workspace-backport.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/force-workspace-backport.yml b/.github/workflows/force-workspace-backport.yml
deleted file mode 100644
index 37fba9f..0000000
--- a/.github/workflows/force-workspace-backport.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-# .github/workflows/force-workspace-backport.yml
-# DO NOT EDIT — managed by mirror-pipeline Rollout 4.
-name: force_workspace backport companion
-
-on:
- issue_comment:
- types: [created]
-
-permissions:
- contents: read
-
-jobs:
- call:
- # No-op on the public source (owner != VyOS-Networks); active on the mirrored target copy.
- if: |
- github.repository_owner == 'VyOS-Networks'
- && github.event.issue.pull_request != null
- && github.event.comment.user.login == 'mergify[bot]'
- && contains(github.event.comment.body, 'No backport have been created')
- uses: vyos/.github/.github/workflows/force-workspace-backport.yml@production
- with:
- mergify_comment_id: ${{ github.event.comment.id }}
- mergify_comment_body: ${{ github.event.comment.body }}
- target_pr_number: ${{ github.event.issue.number }}
- secrets: inherit