Skip to content

question: Windows Defender blocks download of 1.10.1 and 1.10.2 zip and msi files #63

question: Windows Defender blocks download of 1.10.1 and 1.10.2 zip and msi files

question: Windows Defender blocks download of 1.10.1 and 1.10.2 zip and msi files #63

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 }}