Skip to content

Crowdstrike analytics and workbooks do not work due to incorrect use of capitalisation referencing function CrowdstrikeFalconEventStream #3731

Crowdstrike analytics and workbooks do not work due to incorrect use of capitalisation referencing function CrowdstrikeFalconEventStream

Crowdstrike analytics and workbooks do not work due to incorrect use of capitalisation referencing function CrowdstrikeFalconEventStream #3731

Workflow file for this run

name: IssueComment
on:
issues:
types: opened
jobs:
commenting:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@0.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const { issue: { number: issue_number }, repo: { owner, repo } } = context;
github.issues.createComment({ issue_number, owner, repo, body: 'Thank you for submitting an Issue to the Azure Sentinel GitHub repo! You should expect an initial response to your Issue from the team within 5 business days. Note that this response may be delayed during holiday periods. For urgent, production-affecting issues please raise a support ticket via the Azure Portal.' });