Skip to content

Commit 7ad8032

Browse files
authored
fix(deps): npm audit (#215)
- add jira issue workflow - fix a few yaml extensions
1 parent 95966d1 commit 7ad8032

File tree

8 files changed

+9322
-15968
lines changed

8 files changed

+9322
-15968
lines changed

.circleci/config.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on:
2+
issues:
3+
types: [labeled]
4+
5+
name: Create Jira Issue
6+
7+
jobs:
8+
create-jira-issue:
9+
uses: SmartThingsCommunity/github-actions/.github/workflows/create-jira-issue.yaml@main
10+
with:
11+
trigger-label: reviewed
12+
project: PI
13+
fields: '{"labels": ["pi-github"],"components": [{"id": "19894"}]}'
14+
secrets:
15+
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
16+
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
17+
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)