aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/auto-backport.yml2
-rw-r--r--.github/workflows/auto-recipe-update.yml (renamed from .github/workflows/auto-update.yml)2
-rw-r--r--.github/workflows/backport-based-on-label2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/auto-backport.yml b/.github/workflows/auto-backport.yml
index 4e9db3c5..5a683646 100644
--- a/.github/workflows/auto-backport.yml
+++ b/.github/workflows/auto-backport.yml
@@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- branch: [kirkstone, dunfell, nanbield]
+ branch: [kirkstone, scarthgap]
runs-on: ubuntu-22.04
name: Cherry pick into release branches
if: |
diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-recipe-update.yml
index 583306f9..69801164 100644
--- a/.github/workflows/auto-update.yml
+++ b/.github/workflows/auto-recipe-update.yml
@@ -1,4 +1,4 @@
-name: Auto-Recipe-Update
+name: auto-recipe-update
on:
schedule:
diff --git a/.github/workflows/backport-based-on-label b/.github/workflows/backport-based-on-label
index 67086615..1a188f90 100644
--- a/.github/workflows/backport-based-on-label
+++ b/.github/workflows/backport-based-on-label
@@ -19,7 +19,7 @@ jobs:
- name: Create backport pull requests
uses: korthout/backport-action@v1.3.1
with:
- target_branches: kirkstone-next dunfell-next nanbield-next
+ target_branches: kirkstone-next scarthgap-next
# copy all labels (backport labels are automatically skipped)
copy_labels_pattern: .+
github_token: ${{ secrets.BOT_CREDENTIAL }}