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 1d33d64 commit 13b2454Copy full SHA for 13b2454
2 files changed
.github/workflows/autofix.yml
@@ -19,8 +19,6 @@ jobs:
19
steps:
20
- name: Checkout
21
uses: actions/checkout@v6.0.2
22
- with:
23
- fetch-depth: 0
24
- name: Setup Tools
25
uses: ./.github/setup
26
- name: Fix formatting
.github/workflows/release.yml
@@ -15,7 +15,6 @@ permissions:
15
contents: write
16
id-token: write
17
pull-requests: write
18
- issues: write
jobs:
release:
@@ -39,8 +38,6 @@ jobs:
39
38
publish: pnpm run changeset:publish
40
commit: 'ci: Version Packages'
41
title: 'ci: Version Packages'
42
- env:
43
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
- name: Comment on PRs and issues about release
45
if: steps.changesets.outputs.published == 'true'
46
uses: ./.github/comment-on-release
0 commit comments