Bump org.jenkins-ci.tools:maven-hpi-plugin from 3.1773.v3646231d4c22 to 3.1787.vd08d76c755ef #197
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: | |
| assign-pr: | |
| name: 'Auto Assign PR' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: kentaro-m/[email protected] | |
| with: | |
| repo-token: "${{ secrets.GITHUB_TOKEN }}" |