diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 0212b6498d3..0665d3b7f84 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,9 +9,11 @@ permissions: jobs: labeler: + name: Labeler runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5.0.0 + - name: Labeler + uses: actions/labeler@v6.0.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: labeler-config.yml diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 16bfc2d4c86..892449a6a97 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -42,8 +42,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6.0.2 - with: - fetch-depth: 0 - name: Setup Tools uses: TanStack/config/.github/setup@main - name: Build Packages @@ -66,8 +64,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6.0.2 - with: - fetch-depth: 0 - name: Check Provenance uses: danielroe/provenance-action@v0.1.1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30faaa11bd9..af61b1a1711 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,8 +56,6 @@ jobs: publish: pnpm run changeset:publish commit: 'ci: Version Packages' title: 'ci: Version Packages' - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # - name: Auto-merge Changesets PR # if: steps.changesets.outputs.hasChangesets == 'true' && steps.major.outputs.found == 'false' # run: |