There was an error while loading. Please reload this page.
2 parents fa56f17 + 93cf158 commit d139216Copy full SHA for d139216
2 files changed
.github/workflows/prep-release.yml
@@ -32,7 +32,7 @@ jobs:
32
id: newversion
33
run: python tools/release.py -u "${{ steps.changes.outputs.last-tag }}"
34
- name: Create pull request
35
- uses: peter-evans/create-pull-request@v7
+ uses: peter-evans/create-pull-request@v8
36
with:
37
commit-message: Updated version in package.json to latest
38
branch: update-version-in-package-json
.github/workflows/update-stylelint-rules.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Update Stylelint Standard Rules
run: python tools/update_stylelint.py
commit-message: Update Stylelint Configuration with Latest Rules
branch: stylelint-rules-updates
0 commit comments