💅 false positive error for no-missing-var-function
with property container-name
#3809
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Label issue | |
on: | |
issues: | |
types: [opened, reopened, edited] | |
permissions: | |
issues: write | |
contents: read | |
jobs: | |
label-documentation-issue: | |
name: Label documentation issue | |
if: contains(github.event.issue.labels.*.name, 'A-Documentation') | |
runs-on: ubuntu-latest | |
steps: | |
- name: Label documentation issues | |
uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
configuration-path: .github/documentation-issue-labeler.yaml | |
enable-versioned-regex: 0 | |
sync-labels: 1 |