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:
parent
ca5dabc3a3
commit
07fcd8ff41
2 changed files with 0 additions and 34 deletions
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"repoOwner": "eclipse-cdt",
|
||||
"repoName": "cdt",
|
||||
"targetBranchChoices": ["cdt_11_6"],
|
||||
"branchLabelMapping": {
|
||||
"^backport-to-(.+)$": "$1"
|
||||
},
|
||||
"multipleCommits": true
|
||||
}
|
25
.github/workflows/backport.yml
vendored
25
.github/workflows/backport.yml
vendored
|
@ -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
|
Loading…
Add table
Reference in a new issue