From f0b75f46fd0ee98c10887b3c5dc4593d2bccf821 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 10 Apr 2026 08:21:46 -0400 Subject: Removed unused code checkout step from labels.yml GitHub Action. --- .github/workflows/labels.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 2f319627c7..3042f4d228 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -21,10 +21,6 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 60 steps: - - uses: actions/checkout@v6 - with: - persist-credentials: false - - name: "Check title and manage labels" uses: actions/github-script@v8 with: -- cgit v1.3