renovate-config-validator --strict does not fail when $RENOVATE_CONFIG_FILE needs migrating #22248
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 Actions' | |
on: | |
issues: | |
types: [labeled] | |
discussion: | |
types: [labeled] | |
pull_request_target: | |
types: [labeled] | |
permissions: | |
contents: read | |
issues: write | |
discussions: write | |
pull-requests: write | |
jobs: | |
reaction: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/label-actions@102faf474a544be75fbaf4df54e73d3c515a0e65 # v4.0.1 | |
with: | |
github-token: ${{ github.token }} |