question: Windows Defender blocks download of 1.10.1 and 1.10.2 zip and msi files #63
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| issues: | |
| types: [labeled] | |
| name: Create Jira Issue | |
| jobs: | |
| create-jira-issue: | |
| # don't run on forks | |
| if: ${{ github.repository_owner == 'SmartThingsCommunity' }} | |
| uses: SmartThingsCommunity/github-actions/.github/workflows/create-jira-issue.yaml@main | |
| with: | |
| trigger-label: reviewed | |
| project: PI | |
| fields: '{"labels": ["pi-github"],"components": [{"id": "19894"},{"id": "19514"}]}' | |
| secrets: | |
| JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} | |
| JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} | |
| JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }} |