mirror of https://github.com/hashicorp/consul
backport of commit bf0a29e030
(#17490)
Co-authored-by: John Murret <john.murret@hashicorp.com>pull/17493/head
parent
676c51cc08
commit
b41a4e7e0f
|
@ -16,7 +16,7 @@ jobs:
|
|||
backport:
|
||||
if: github.event.pull_request.merged
|
||||
runs-on: ubuntu-latest
|
||||
container: hashicorpdev/backport-assistant:0.3.3
|
||||
container: hashicorpdev/backport-assistant:0.3.4
|
||||
steps:
|
||||
- name: Run Backport Assistant for stable-website
|
||||
run: |
|
||||
|
@ -64,4 +64,4 @@ jobs:
|
|||
curl -s -H "Authorization: token ${{ secrets.PR_COMMENT_TOKEN }}" \
|
||||
-X POST \
|
||||
-d "{ \"body\": \"${github_message}\"}" \
|
||||
"https://api.github.com/repos/${GITHUB_REPOSITORY}/pull/${{ github.event.pull_request.number }}/comments"
|
||||
"https://api.github.com/repos/${GITHUB_REPOSITORY}/pull/${{ github.event.pull_request.number }}/comments"
|
||||
|
|
Loading…
Reference in New Issue