Skip to content

Commit

Permalink
ci: Fix branch label mapping for backport (#13)
Browse files Browse the repository at this point in the history
Versions should be `major.minor`.

Resolves backport Github action failing:
https://github.com/tailscale-dev/vscode-tailscale/actions/runs/5203821591

Signed-off-by: Tyler Smalley <tyler@tailscale.com>
  • Loading branch information
tylersmalley committed Jun 7, 2023
1 parent 2c25199 commit f33726d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"targetBranchChoices": ["release-branch/v0.4"],

"branchLabelMapping": {
"^v(\\d+).(\\d+).\\d+$": "release-branch/v$1.$2"
"^v(\\d+).(\\d+)": "release-branch/v$1.$2"
},

"fork": false,
Expand Down

0 comments on commit f33726d

Please sign in to comment.