Browse Source

Auto-format YAML

tags/v0.2.3-rc
Philipp Oppermann 2 years ago
parent
commit
702dc2f6fd
Failed to extract signature
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      .github/workflows/labeler.yml

+ 6
- 6
.github/workflows/labeler.yml View File

@@ -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

Loading…
Cancel
Save