We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1865acf commit 9ae7367Copy full SHA for 9ae7367
.github/workflows/linear.yml
@@ -18,7 +18,7 @@ jobs:
18
19
echo "Pull Request Body: $pr_body"
20
21
- if echo "$pr_body" | grep -iE "CNCT|DASH"; then
+ if echo "$pr_body" | grep -iE "CNCT|DASH|BLOCK"; then
22
echo "Linked issue found in the pull request body."
23
else
24
echo "No linked issue found in the pull request body."
0 commit comments