Client classes being loaded on dedicated server on DynResourceGenerator #27
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: Labeling new issue | |
on: | |
issues: | |
types: ['opened', 'edited'] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
issues: write | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
sparse-checkout: | | |
.github/workflows/issue_label.json5 | |
sparse-checkout-cone-mode: false | |
- uses: Renato66/auto-label@v3.1.0 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
ignore-comments: false | |
configuration-file: .github/workflows/issue_label.json5 | |
labels-synonyms: false |