From 702dc2f6fd7acbbb8937c54b208ec8b623b3d2be Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 27 Apr 2023 11:16:01 +0200 Subject: [PATCH] Auto-format YAML --- .github/workflows/labeler.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 20c3068d..8dee3609 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,9 +9,9 @@ jobs: permissions: issues: write steps: - - uses: github/issue-labeler@v3.1 #May not be the latest version - with: - repo-token: "${{ github.token }}" - configuration-path: .github/labeler.yml - enable-versioned-regex: 0 - include-title: 1 + - uses: github/issue-labeler@v3.1 #May not be the latest version + with: + repo-token: "${{ github.token }}" + configuration-path: .github/labeler.yml + enable-versioned-regex: 0 + include-title: 1