From b9b63a0ac4f4b47fb094c9b3c97d03a47c9f7a1a Mon Sep 17 00:00:00 2001 From: Srikanth Chekuri Date: Tue, 28 Mar 2023 05:56:49 +0530 Subject: [PATCH 1/2] chore: update pr_verify_linked_issue workflow --- .github/workflows/pr_verify_linked_issue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_verify_linked_issue.yml b/.github/workflows/pr_verify_linked_issue.yml index 3fd5abd2ec..722def7267 100644 --- a/.github/workflows/pr_verify_linked_issue.yml +++ b/.github/workflows/pr_verify_linked_issue.yml @@ -5,7 +5,7 @@ name: VerifyIssue on: pull_request: - types: [edited, synchronize, opened, reopened] + types: [edited, opened] check_run: jobs: @@ -14,6 +14,6 @@ jobs: name: Ensure Pull Request has a linked issue. steps: - name: Verify Linked Issue - uses: hattan/verify-linked-issue-action@v1.1.0 + uses: srikanthccv/verify-linked-issue-action@v0.69 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 3e37a8b3648b17b2e17b04e0afed5efa09e7320c Mon Sep 17 00:00:00 2001 From: Srikanth Chekuri Date: Tue, 28 Mar 2023 06:06:10 +0530 Subject: [PATCH 2/2] chore: update version --- .github/workflows/pr_verify_linked_issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_verify_linked_issue.yml b/.github/workflows/pr_verify_linked_issue.yml index 722def7267..a2442cc3a4 100644 --- a/.github/workflows/pr_verify_linked_issue.yml +++ b/.github/workflows/pr_verify_linked_issue.yml @@ -14,6 +14,6 @@ jobs: name: Ensure Pull Request has a linked issue. steps: - name: Verify Linked Issue - uses: srikanthccv/verify-linked-issue-action@v0.69 + uses: srikanthccv/verify-linked-issue-action@v0.70 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}