Bump org.jenkins-ci.plugins:jackson2-api from 2.20.0-417.va_5311a_823a_b_8 to 2.20.0-420.v8a_08b_d57ca_05 #308
Workflow file for this run
This file contains hidden or 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: "Pull Request Labeler" | |
| on: | |
| - pull_request_target | |
| jobs: | |
| triage: | |
| runs-on: ubuntu-latest | |
| if: github.repository_owner == 'jenkinsci' | |
| steps: | |
| - uses: actions/labeler@v6 | |
| with: | |
| repo-token: "${{ secrets.GITHUB_TOKEN }}" |