We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64779cd commit 8eef34cCopy full SHA for 8eef34c
.github/workflows/automatic-updates.yml
@@ -27,8 +27,8 @@ jobs:
27
token: ${{ secrets.GITHUB_TOKEN }}
28
branch: update-branch
29
base: main
30
- commit-message: "Update to ${{ steps.updt.outputs.result.updatedVersions.join(', ') }}"
31
- title: "Update to ${{ steps.updt.outputs.result.updatedVersions.join(', ') }}"
+ commit-message: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersions.join(', ') }}"
+ title: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersions.join(', ') }}"
32
delete-branch: true
33
team-reviewers: |
34
@nodejs/docker
0 commit comments