Lazy load logger in ResultUtils to supress SLF4J warings in AnnotationProcessing #753
Workflow file for this run
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: "Verify type labels" | |
on: | |
pull_request_target: | |
types: [opened, labeled, unlabeled, synchronize] | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: baev/action-label-verify@main | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
allowed: | | |
type:bug | |
type:dependencies | |
type:improvement | |
type:internal | |
type:invalid | |
type:new feature | |
type:security | |
type:documentation |