Skip to content

Commit

Permalink
Revert "Update backport.yml (#6137)" (#6164)
Browse files Browse the repository at this point in the history
This reverts commit 0070f3c.

Oversight on my part, I originally wanted to make it easier to type the
backport label by chopping off the `vscode-` prefix, but I think this
will create more confusion. Changing this back so that the backport
label matches the branch that we are targetting

So if anyone needs a backport, please follow the format `backport
vscode-v.major.minor.x` it should match the release branch

## Test plan
N/A

<!-- Required. See
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles.
-->

## Changelog

<!-- OPTIONAL; info at
https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c
-->
  • Loading branch information
kalanchan authored Nov 20, 2024
1 parent 224ef27 commit 64405b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- uses: sourcegraph/backport@v2
with:
github_token: ${{ secrets.BACKPORT_GITHUB_TOKEN }}
label_pattern: '^backport (?<base>v\d+\.\d+\.x)$'
label_pattern: '^backport (?<base>vscode-v\d+\.\d+\.x)$'
team_reviews: ''

0 comments on commit 64405b3

Please sign in to comment.