Skip to content

Commit

Permalink
Support backports to milestone branches
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiccooney committed Jan 30, 2025
1 parent b2db747 commit 553f0ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
- uses: sourcegraph/backport@v2
with:
github_token: ${{ secrets.BACKPORT_GITHUB_TOKEN }}
label_pattern: '^backport (?<base>(jb|vscode)-v\d+\.\d+\.x)$'
# TODO: Remove the jb, vscode parts of the pattern after VSCode v1.66 and JetBrains v7.66 reach stable
label_pattern: '^backport (?<base>((jb|vscode)-v\d+\.\d+\.x)|(M\d+))$'
team_reviews: "cody-core"

0 comments on commit 553f0ef

Please sign in to comment.