Skip to content

Commit

Permalink
github/workflows: replace mickledore by nanbield release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Nov 13, 2023
1 parent b1aa0c0 commit ff5d29b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
- master-next
types: ["closed"]

jobs:
jobs:
cherry_pick:
strategy:
fail-fast: false
matrix:
branch: [kirkstone, dunfell, mickledore]
branch: [kirkstone, dunfell, nanbield]
runs-on: ubuntu-22.04
name: Cherry pick into release branches
if: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport-based-on-label
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Create backport pull requests
uses: korthout/[email protected]
with:
target_branches: kirkstone-next dunfell-next mickledore-next
target_branches: kirkstone-next dunfell-next nanbield-next
# copy all labels (backport labels are automatically skipped)
copy_labels_pattern: .+
github_token: ${{ secrets.BOT_CREDENTIAL }}

0 comments on commit ff5d29b

Please sign in to comment.