diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 8ec1cf0ba8cc5..f90e5764b5110 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -11,7 +11,7 @@ jobs: steps: - name: (PR comment) Get PR branch if: ${{ github.event_name == 'issue_comment' }} - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Set latest commit status as pending diff --git a/.github/workflows/component_features.yml b/.github/workflows/component_features.yml index 747483c1316cd..5fd4aa5f2e7d8 100644 --- a/.github/workflows/component_features.yml +++ b/.github/workflows/component_features.yml @@ -9,7 +9,7 @@ jobs: steps: - name: (PR comment) Get PR branch if: ${{ github.event_name == 'issue_comment' }} - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Set latest commit status as pending diff --git a/.github/workflows/cross.yml b/.github/workflows/cross.yml index e5fcdceb84ffb..04a1ed102d4b1 100644 --- a/.github/workflows/cross.yml +++ b/.github/workflows/cross.yml @@ -22,7 +22,7 @@ jobs: - name: (PR comment) Get PR branch if: ${{ github.event_name == 'issue_comment' }} - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Set latest commit status as pending @@ -90,7 +90,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_PAT_ORG }} - name: (PR comment) Get PR branch - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Submit PR result as success diff --git a/.github/workflows/environment.yml b/.github/workflows/environment.yml index e8c64e4fca5ab..dc9d84121fb0b 100644 --- a/.github/workflows/environment.yml +++ b/.github/workflows/environment.yml @@ -17,7 +17,7 @@ jobs: steps: - name: (PR comment) Get PR branch if: ${{ github.event_name == 'issue_comment' }} - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Set latest commit status as pending diff --git a/.github/workflows/install-sh.yml b/.github/workflows/install-sh.yml index c19ea3e9310a8..a3201fd7fa9ee 100644 --- a/.github/workflows/install-sh.yml +++ b/.github/workflows/install-sh.yml @@ -11,7 +11,7 @@ jobs: steps: - name: (PR comment) Get PR branch if: ${{ github.event_name == 'issue_comment' }} - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Set latest commit status as pending @@ -58,7 +58,7 @@ jobs: - name: (PR comment) Get PR branch if: github.event_name == 'issue_comment' - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Set latest commit status as ${{ job.status }} diff --git a/.github/workflows/integration-comment.yml b/.github/workflows/integration-comment.yml index 6481699d569f8..d8a00d0313953 100644 --- a/.github/workflows/integration-comment.yml +++ b/.github/workflows/integration-comment.yml @@ -59,7 +59,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_PAT_ORG }} - name: (PR comment) Get PR branch - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Set latest commit status as pending @@ -164,7 +164,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_PAT_ORG }} - name: (PR comment) Get PR branch - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Submit PR result as ${{ needs.test-integration.result }} diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index f8e26564855e1..36c563732c417 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -46,7 +46,7 @@ jobs: steps: - name: (PR comment) Get PR branch if: ${{ github.event_name == 'issue_comment' }} - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Checkout PR branch diff --git a/.github/workflows/k8s_e2e.yml b/.github/workflows/k8s_e2e.yml index b37e03ba12088..6b4628414ad96 100644 --- a/.github/workflows/k8s_e2e.yml +++ b/.github/workflows/k8s_e2e.yml @@ -72,7 +72,7 @@ jobs: - name: (PR comment) Get PR branch if: ${{ github.event_name == 'issue_comment' }} - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Set latest commit status as pending @@ -197,7 +197,7 @@ jobs: steps: - name: (PR comment) Get PR branch if: ${{ github.event_name == 'issue_comment' }} - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Checkout PR branch @@ -256,7 +256,7 @@ jobs: - name: (PR comment) Get PR branch if: success() && github.event_name == 'issue_comment' - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Submit PR result as success diff --git a/.github/workflows/misc.yml b/.github/workflows/misc.yml index f66c577ec7c54..4cec7a0c045a4 100644 --- a/.github/workflows/misc.yml +++ b/.github/workflows/misc.yml @@ -11,7 +11,7 @@ jobs: steps: - name: (PR comment) Get PR branch if: ${{ github.event_name == 'issue_comment' }} - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Set latest commit status as pending diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 40764c5586577..b545824eb51b0 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -230,7 +230,7 @@ jobs: - name: (PR comment) Get PR branch if: ${{ github.event_name == 'issue_comment' }} - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Set latest commit status as pending @@ -759,7 +759,7 @@ jobs: steps: - name: (PR comment) Get PR branch if: github.event_name == 'issue_comment' - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Submit PR result as failed diff --git a/.github/workflows/unit_mac.yml b/.github/workflows/unit_mac.yml index d922f05da370b..5e279c344b738 100644 --- a/.github/workflows/unit_mac.yml +++ b/.github/workflows/unit_mac.yml @@ -15,7 +15,7 @@ jobs: - name: (PR comment) Get PR branch if: ${{ github.event_name == 'issue_comment' }} - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Set latest commit status as pending diff --git a/.github/workflows/unit_windows.yml b/.github/workflows/unit_windows.yml index 1971670c5dbe6..baa40a94e3875 100644 --- a/.github/workflows/unit_windows.yml +++ b/.github/workflows/unit_windows.yml @@ -18,7 +18,7 @@ jobs: - name: (PR comment) Get PR branch if: ${{ github.event_name == 'issue_comment' }} - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: (PR comment) Set latest commit status as pending