Skip to content

Commit

Permalink
Set cherry-pick auto-merge to true (#37545)
Browse files Browse the repository at this point in the history
  • Loading branch information
estherkim committed Feb 1, 2022
1 parent 9433106 commit 3d2b6b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-system/release-workflows/trigger-promote.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ async function trigger_() {
const octokit = new Octokit({auth: process.env.GITHUB_TOKEN});
const inputs = {
'amp-version': ampVersion,
'auto-merge': 'true',
};
await octokit.rest.actions.createWorkflowDispatch({
...cdnConfigurationParams,
Expand Down

0 comments on commit 3d2b6b9

Please sign in to comment.