Skip to content

Commit 1814b76

Browse files
committed
12312
1 parent bc3d2b6 commit 1814b76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/merge-PR-into-milestone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ on:
1111
milestone_name:
1212
description: "Milestone name to collect closed PRs from"
1313
required: true
14-
default: "v3.8.3"
14+
default: "v3.8.4"
1515
target_branch:
1616
description: "Target branch to merge the consolidated PR"
1717
required: true
18-
default: "pre-release-v3.8.3"
18+
default: "pre-release-v3.8.4"
1919

2020
env:
2121
MILESTONE_NAME: ${{ github.event.inputs.milestone_name || 'v3.8.3' }}
2222
TARGET_BRANCH: ${{ github.event.inputs.target_branch || 'pre-release-v3.8.3' }}
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
2525
LABEL_NAME: cherry-picked
26-
TEMP_DIR: /tmp # Using /tmp as the temporary directory
26+
TEMP_DIR: /tmp
2727

2828
jobs:
2929
cherry_pick_milestone_prs:
@@ -130,4 +130,4 @@ jobs:
130130
-d '{"labels": ["milestone-merge"]}' \
131131
"https://api.github.com/repos/${{ github.repository }}/issues/$new_pr_number/labels"
132132
fi
133-
done
133+
done

0 commit comments

Comments
 (0)