File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
2020env :
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
2828jobs :
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
You can’t perform that action at this time.
0 commit comments