File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 2828 - name : Checkout
2929 uses : actions/checkout@v3
3030 with :
31- ref : " refs/pull/${{ github.event.number }} /merge"
31+ ref : " refs/pull/251 /merge"
3232 - name : Setup java/jdk
3333 uses : actions/setup-java@v3
3434 with :
9595 yq e '.applications.[].name' "${GITHUB_WORKSPACE}/ip-allow-listing-route-service/manifest.yml" | while read -r app_name; do
9696 echo "Deleting app: $app_name"
9797 cf8 delete "$app_name" -r -f || true
98- done
99- automerge :
100- runs-on : ubuntu-latest
101- if : github.actor == 'dependabot[bot]'
102- needs : [sample-app-test]
103- steps :
104- - name : Approve
105- run : gh pr review "${{ github.event.pull_request.html_url }}" --approve --body "Auto-approving dependency bump."
106- env :
107- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
108- - name : Enable auto-merge
109- run : gh pr merge "${{ github.event.pull_request.html_url }}" --auto --rebase
110- env :
111- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
98+ done
You can’t perform that action at this time.
0 commit comments