ci: update backport assistant to 0.3.4 (#17486)
This commit is contained in:
parent
9f62547d86
commit
5b02d7ce83
|
@ -19,7 +19,7 @@ jobs:
|
||||||
backport:
|
backport:
|
||||||
if: github.event.pull_request.merged
|
if: github.event.pull_request.merged
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: hashicorpdev/backport-assistant:0.3.3
|
container: hashicorpdev/backport-assistant:0.3.4
|
||||||
steps:
|
steps:
|
||||||
- name: Run Backport Assistant for release branches
|
- name: Run Backport Assistant for release branches
|
||||||
run: |
|
run: |
|
||||||
|
@ -40,4 +40,4 @@ jobs:
|
||||||
curl -s -H "Authorization: token ${{ secrets.PR_COMMENT_TOKEN }}" \
|
curl -s -H "Authorization: token ${{ secrets.PR_COMMENT_TOKEN }}" \
|
||||||
-X POST \
|
-X POST \
|
||||||
-d "{ \"body\": \"${github_message}\"}" \
|
-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