-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add relevant files for the repo section of the integration checklist …
…(#58) * add relevant files for the repo section of the integration checklist * pr change requests * final update from magento to kibocommerce
- Loading branch information
1 parent
d1715e8
commit b4e6a0d
Showing
15 changed files
with
104 additions
and
45 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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"projectName": "<% INTEGRATION %>", | ||
"projectName": "kibocommerce", | ||
"projectOwner": "vuestorefront", | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"files": [ | ||
"README.md" | ||
], | ||
"imageSize": 80, | ||
"commit": false, | ||
"imageSize": 100, | ||
"commit": true, | ||
"commitConvention": "angular", | ||
"contributors": [], | ||
"contributorsPerLine": 5 | ||
"contributorsPerLine": 6 | ||
} |
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
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
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
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
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
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,9 @@ | ||
# Configuration for lock-threads - https://github.com/dessant/lock-threads | ||
# disable lock bot for now | ||
daysUntilLock: 3650 | ||
exemptLabels: [] | ||
lockLabel: false | ||
lockComment: > | ||
This thread has been automatically locked since there has not been | ||
any recent activity after it was closed. Please open a new issue for | ||
related bugs. |
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,20 @@ | ||
# Configuration for probot-stale - https://github.com/probot/stale | ||
daysUntilStale: 30 | ||
daysUntilClose: 7 | ||
staleLabel: stale | ||
exemptLabels: | ||
- "cmty:feature-request" | ||
- "feature-request" | ||
- "WIP" | ||
- "pending" | ||
- "discussion" | ||
exemptAssignees: true | ||
only: issues | ||
markComment: > | ||
Thanks for your contribution to @vue-storefront/kibocommerce! | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. | ||
If you would like this issue to remain open: | ||
1. Verify that you can still reproduce the issue in the latest version | ||
1. Comment the steps to reproduce it | ||
Issues that are labeled as `pending` will not be automatically marked as stale. |
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,14 @@ | ||
name: PR to Author | ||
on: | ||
pull_request: | ||
types: [opened, ready_for_review, edited, synchronize] | ||
|
||
jobs: | ||
assignAuthor: | ||
name: Assing | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: samspills/[email protected] | ||
if: github.event_name == 'pull_request' && github.event.action == 'opened' | ||
with: | ||
repo-token: '${{ secrets.GITHUB_TOKEN }}' |
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,14 @@ | ||
name: Commitlint | ||
on: | ||
pull_request: | ||
types: ['opened', 'edited', 'reopened', 'synchronize'] | ||
|
||
jobs: | ||
lint: | ||
name: Validate PR Title (conventional) | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Install Dependencies | ||
run: npm install @commitlint/config-conventional | ||
- uses: JulienKode/[email protected] |
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
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
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
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,3 +1,3 @@ | ||
TAG=`git rev-parse HEAD` | ||
docker build --progress plain -t registry.storefrontcloud.io/docs-storefrontcloud-io/v2-<% INTEGRATION %>:${TAG:0:8} -f Dockerfile ../../../docs | ||
# docker push registry.storefrontcloud.io/docs-storefrontcloud-io/v2-<% INTEGRATION %>:${TAG:0:8} | ||
docker build --progress plain -t registry.storefrontcloud.io/docs-storefrontcloud-io/kibocommerce:${TAG:0:8} -f Dockerfile ../../../docs | ||
# docker push registry.storefrontcloud.io/docs-storefrontcloud-io/kibocommerce:${TAG:0:8} |
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