Skip to content

Commit df07797

Browse files
ci: update actions/labeler (#10278)
* ci: update actions/labeler * Remove unnecessary config
1 parent 4c87002 commit df07797

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/labeler.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ permissions:
99

1010
jobs:
1111
labeler:
12+
name: Labeler
1213
runs-on: ubuntu-latest
1314
steps:
14-
- uses: actions/labeler@v5.0.0
15+
- name: Labeler
16+
uses: actions/labeler@v6.0.1
1517
with:
1618
repo-token: ${{ secrets.GITHUB_TOKEN }}
1719
configuration-path: labeler-config.yml

.github/workflows/pr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@v6.0.2
45-
with:
46-
fetch-depth: 0
4745
- name: Setup Tools
4846
uses: TanStack/config/.github/setup@main
4947
- name: Build Packages
@@ -66,8 +64,6 @@ jobs:
6664
steps:
6765
- name: Checkout
6866
uses: actions/checkout@v6.0.2
69-
with:
70-
fetch-depth: 0
7167
- name: Check Provenance
7268
uses: danielroe/provenance-action@v0.1.1
7369
with:

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
publish: pnpm run changeset:publish
5757
commit: 'ci: Version Packages'
5858
title: 'ci: Version Packages'
59-
env:
60-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6159
# - name: Auto-merge Changesets PR
6260
# if: steps.changesets.outputs.hasChangesets == 'true' && steps.major.outputs.found == 'false'
6361
# run: |

0 commit comments

Comments
 (0)