We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491688e commit 0bb7fedCopy full SHA for 0bb7fed
.github/workflows/changesets-renovate.yaml
@@ -24,11 +24,14 @@ jobs:
24
- name: Setup
25
uses: ./.github/actions/setup
26
- name: Generate Changeset for Renovate
27
- run: SKIP_COMMIT=TRUE pnpx @scaleway/changesets-renovate
+ # language=bash
28
+ run: |
29
+ SKIP_COMMIT=TRUE pnpx @scaleway/changesets-renovate
30
+ pnpm prettier --write .changeset/**/*.md
31
- name: Commit and Push Changeset
32
uses: EndBug/add-and-commit@v9.1.4
33
with:
34
add: '.changeset/**'
35
default_author: 'github_actions'
- message: 'chore: update changeset for renovate'
36
+ message: 'chore(renovate): add changeset'
37
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments