Bump org.jenkins-ci:acceptance-test-harness from 6040.v72ed2f5b_59f6 to 6059.veb_df63f37069 #2857
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: 'Auto Assign PR' | |
on: pull_request_target | |
jobs: | |
assign-pr: | |
name: 'Auto Assign PR' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: kentaro-m/auto-assign-action@v2.0.0 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |