File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11name : pr-auditor
22on :
33 pull_request :
4- types : [ closed, edited, opened ]
4+ types : [closed, edited, opened]
55
66jobs :
77 run :
88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v2
11- with : { repository: ' sourcegraph/sourcegraph' }
11+ with : { repository: " sourcegraph/sourcegraph" }
1212 - uses : actions/setup-go@v2
13- with : { go-version: '1.17' }
13+ with : { go-version: "1.18" }
1414
1515 - run : ./dev/pr-auditor/check-pr.sh
1616 env :
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v2
1515 - uses : actions/setup-go@v2
1616 with :
17- go-version : ' ^1.14 '
17+ go-version : " ^1.18 "
1818
1919 # generate update
2020 - name : Pin tags to ${{ github.event.inputs.semver }}
2525 token : ${{ secrets.GITHUB_TOKEN }}
2626 base : ${{ github.event.inputs.branch }}
2727 branch : upgrade-${{ github.event.inputs.branch }}
28- title : ' Upgrade ${{ github.event.inputs.branch }} to ${{ github.event.inputs.semver }}'
28+ title : " Upgrade ${{ github.event.inputs.branch }} to ${{ github.event.inputs.semver }}"
2929 body : |
3030 Upgrade the `${{ github.event.inputs.branch }}` branch's Sourcegraph Docker images to enforce constraints `${{ github.event.inputs.semver }}`.
3131
3232 This pull request was generate by [this run](https://github.com/sourcegraph/deploy-sourcegraph/actions/runs/${{ github.run_id }})
33- commit-message : ' Upgrade to Sourcegraph ${{ github.event.inputs.semver }}'
33+ commit-message : " Upgrade to Sourcegraph ${{ github.event.inputs.semver }}"
Original file line number Diff line number Diff line change 11nodejs 16.7.0
22yarn 1.22.4
33shellcheck 0.7.1
4- golang 1.16
4+ golang 1.18.1
55python system
You can’t perform that action at this time.
0 commit comments