Skip to content

Commit

Permalink
.github: scarthgap release changes, naming
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Apr 29, 2024
1 parent d2dd15c commit 210514b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto-Recipe-Update
name: auto-recipe-update

on:
schedule:
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 nanbield-next
target_branches: kirkstone-next scarthgap-next
# copy all labels (backport labels are automatically skipped)
copy_labels_pattern: .+
github_token: ${{ secrets.BOT_CREDENTIAL }}

0 comments on commit 210514b

Please sign in to comment.