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.
2 parents 0c959f9 + 703a4d2 commit 73b7fe2Copy full SHA for 73b7fe2
1 file changed
.github/workflows/issue_creation_workflow.yml
@@ -41,8 +41,10 @@ jobs:
41
fi
42
43
- name: Check for Security and Trust
44
+ env:
45
+ ISSUE_BODY: ${{ github.event.issue.body }}
46
run: |
- issue_body="${{ github.event.issue.body }}"
47
+ issue_body="$ISSUE_BODY"
48
if [[ "$issue_body" != *"security"* ]] || [[ "$issue_body" != *"trust"* ]]; then
49
echo "Issue does not mention security or trust."
50
exit 1
0 commit comments