From 06866a0ea7fa7f1f8d29679681bb2242a26eb9d2 Mon Sep 17 00:00:00 2001 From: Eric Willhoit Date: Tue, 11 Jun 2024 12:42:50 -0500 Subject: [PATCH] fix: org/repo regex --- .github/workflows/validatePR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validatePR.yml b/.github/workflows/validatePR.yml index b051458..958cdf9 100644 --- a/.github/workflows/validatePR.yml +++ b/.github/workflows/validatePR.yml @@ -17,7 +17,7 @@ jobs: id: regex-match-gha-run with: text: ${{ github.event.pull_request.body }} - regex: 'https:\/\/github.com\/.*\/actions\/runs\/' + regex: 'https:\/\/github\.com\/[\w\.-]+\/[\w\.-]+\/actions\/runs\/' flags: gm - uses: kaisugi/action-regex-match@45cc5bacf016a4c0d2c3c9d0f8b7c2f1b79687b8 id: regex-match-gh-issue