We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c260f commit 123a020Copy full SHA for 123a020
1 file changed
.github/workflows/validatePR.yml
@@ -17,7 +17,7 @@ jobs:
17
id: regex-match-gha-run
18
with:
19
text: ${{ github.event.pull_request.body }}
20
- regex: 'https:\/\/github.com\/.*\/actions\/runs\/'
+ regex: 'https:\/\/github\.com\/[\w\.-]+\/[\w\.-]+\/actions\/runs\/'
21
flags: gm
22
- uses: kaisugi/action-regex-match@45cc5bacf016a4c0d2c3c9d0f8b7c2f1b79687b8
23
id: regex-match-gh-issue
0 commit comments