From 942e506ed717ee6e6780d3b3afe78060a4e68648 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Fri, 26 May 2023 12:48:06 -0400 Subject: [PATCH] backport of commit bf0a29e030ad5c29bf90098cf6a81e4e4e387fbd (#17489) Co-authored-by: John Murret --- .github/workflows/backport-assistant.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backport-assistant.yml b/.github/workflows/backport-assistant.yml index 88a7f1da1a25..b1640295bf61 100644 --- a/.github/workflows/backport-assistant.yml +++ b/.github/workflows/backport-assistant.yml @@ -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" \ No newline at end of file + "https://api.github.com/repos/${GITHUB_REPOSITORY}/pull/${{ github.event.pull_request.number }}/comments"