-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from contentstack/feat/MKT-5155-starter-export
Feat/mkt 5155 starter export
- Loading branch information
Showing
202 changed files
with
6,064 additions
and
2,677 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Create JIRA ISSUE | ||
on: | ||
pull_request: | ||
types: [opened] | ||
jobs: | ||
security: | ||
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'snyk-bot' || contains(github.event.pull_request.head.ref, 'snyk-fix-') || contains(github.event.pull_request.head.ref, 'snyk-upgrade-')}} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Login into JIRA | ||
uses: atlassian/gajira-login@master | ||
env: | ||
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} | ||
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} | ||
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }} | ||
- name: Create a JIRA Issue | ||
id: create | ||
uses: atlassian/gajira-create@master | ||
with: | ||
project: ${{ secrets.JIRA_PROJECT }} | ||
issuetype: ${{ secrets.JIRA_ISSUE_TYPE }} | ||
summary: | | ||
${{ github.event.pull_request.title }} | ||
description: | | ||
PR: ${{ github.event.pull_request.html_url }} | ||
fields: "${{ secrets.JIRA_FIELDS }}" | ||
- name: Transition issue | ||
uses: atlassian/gajira-transition@v3 | ||
with: | ||
issue: ${{ steps.create.outputs.issue }} | ||
transition: ${{ secrets.JIRA_TRANSITION }} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Source Composition Analysis Scan | ||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
jobs: | ||
security: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@master | ||
- name: Run Snyk to check for vulnerabilities | ||
uses: snyk/actions/node@master | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
with: | ||
args: --all-projects --fail-on=all |
Validating CODEOWNERS rules …
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @contentstack/security-admin @contentstack/ecosystem-admin | ||
* @contentstack/security-admin |
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
stack/assets/blt00a69b654a841ea7/_contentstack_blt00a69b654a841ea7.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
stack/assets/blt03d553754e1ef912/_contentstack_blt03d553754e1ef912.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
stack/assets/blt16eafcd4ab33ba5b/_contentstack_blt16eafcd4ab33ba5b.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
stack/assets/blt184018807552b966/_contentstack_blt184018807552b966.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
stack/assets/blt23d30a945c3128c8/_contentstack_blt23d30a945c3128c8.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
stack/assets/blt25e0a37f164d24f0/_contentstack_blt25e0a37f164d24f0.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
stack/assets/blt2895af1d1027806b/_contentstack_blt2895af1d1027806b.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
stack/assets/blt2e88c4599e947dc4/_contentstack_blt2e88c4599e947dc4.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
stack/assets/blt346873a63bb74036/_contentstack_blt346873a63bb74036.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.