Skip to content

Commit

Permalink
ci(auto-merge): better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Dec 7, 2024
1 parent 591987d commit 6f5355c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,15 @@ jobs:
}
}
// Set PR title with dictionary date (if any)
const title = `feat(typos): version ${newVersion}` + (dict_date ? ` - ${dict_date} dictionary update` : '');
console.log(title);
// Update the PR title
await github.rest.pulls.update({
...context.repo,
pull_number: prNumber,
title: title
});
result-encoding: string
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL" --body ""
Expand Down

0 comments on commit 6f5355c

Please sign in to comment.