diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-04-10 08:21:46 -0400 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2026-04-13 13:04:48 -0300 |
| commit | f0b75f46fd0ee98c10887b3c5dc4593d2bccf821 (patch) | |
| tree | e051477a2d4d1c1ba6247fa619e5bea18c00efa5 /.github | |
| parent | 746f5fd23e50589ef3ad27b1dad46b569f600fa0 (diff) | |
Removed unused code checkout step from labels.yml GitHub Action.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/labels.yml | 4 |
1 files changed, 0 insertions, 4 deletions
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: |
