Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): npm audit #215

Merged
merged 1 commit into from
Jan 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
50 changes: 0 additions & 50 deletions .circleci/config.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions .github/workflows/create-jira-issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
issues:
types: [labeled]

name: Create Jira Issue

jobs:
create-jira-issue:
uses: SmartThingsCommunity/github-actions/.github/workflows/create-jira-issue.yaml@main
with:
trigger-label: reviewed
project: PI
fields: '{"labels": ["pi-github"],"components": [{"id": "19894"}]}'
secrets:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
File renamed without changes.
File renamed without changes.