We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7cd2d commit 34c9f6cCopy full SHA for 34c9f6c
1 file changed
.github/workflows/validatePR.yml
@@ -29,7 +29,7 @@ jobs:
29
id: regex-match-cli-gh-issue
30
with:
31
text: ${{ github.event.pull_request.body }}
32
- regex: 'forcedotcom\/cli\/issues\/[0-9]+'
+ regex: 'forcedotcom\/cli\/issues\/[0-9]+|forcedotcom\/salesforcedx-vscode\/issues\/[0-9]+'
33
flags: gm
34
- name: fail
35
if: |
0 commit comments