1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-03-28 14:56:28 +01:00

Remove backport from CDT releng (#1089)

It was useful when we were maintaining two branches, but
now it causes numerous false negatives in PRs

Reverts https://github.com/eclipse-cdt/cdt/pull/849
This commit is contained in:
Jonah Graham 2025-02-17 09:51:55 -05:00 committed by GitHub
parent ca5dabc3a3
commit 07fcd8ff41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 34 deletions

View file

@ -1,9 +0,0 @@
{
"repoOwner": "eclipse-cdt",
"repoName": "cdt",
"targetBranchChoices": ["cdt_11_6"],
"branchLabelMapping": {
"^backport-to-(.+)$": "$1"
},
"multipleCommits": true
}

View file

@ -1,25 +0,0 @@
name: Automatic backport action
on:
pull_request_target:
types: ["labeled", "closed"]
jobs:
backport:
name: Backport PR
runs-on: ubuntu-latest
steps:
- name: Backport Action
uses: sorenlouv/backport-github-action@v9.5.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
auto_backport_label_prefix: backport-to-
add_original_reviewers: true
- name: Info log
if: ${{ success() }}
run: cat ~/.backport/backport.info.log
- name: Debug log
if: ${{ failure() }}
run: cat ~/.backport/backport.debug.log