From bcc44f9352670655991207aada00896e99a0c15f Mon Sep 17 00:00:00 2001 From: Erik Merkle Date: Fri, 14 Jul 2023 16:58:33 -0500 Subject: [PATCH] Update check-linked-issues action --- .github/workflows/check_pr_linked_issue.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_pr_linked_issue.yaml b/.github/workflows/check_pr_linked_issue.yaml index 9ee07f3d..998be900 100644 --- a/.github/workflows/check_pr_linked_issue.yaml +++ b/.github/workflows/check_pr_linked_issue.yaml @@ -2,13 +2,14 @@ name: Check PR linked to issue on: pull_request_target: types: [opened, edited, reopened, synchronize] + workflow_dispatch: jobs: check_pull_requests: runs-on: ubuntu-latest name: Check linked issues steps: - - uses: nearform/github-action-check-linked-issues@v1 + - uses: nearform-actions/github-action-check-linked-issues@v1 id: check-linked-issues with: exclude-branches: "dependabot/**"