Bump io.jenkins.tools.bom:bom-2.528.x from 5601.v59f37270a_349 to 5622.vc9c3051619f5 #638
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: 'Auto Assign PR' | |
| on: pull_request_target | |
| jobs: | |
| add-reviews: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: kentaro-m/[email protected] | |
| with: | |
| repo-token: "${{ secrets.GITHUB_TOKEN }}" |