Skip to content

Commit d70cc23

Browse files
authored
Merge pull request AdobeDocs#162 from AdobeDocs/eds-migration
Eds migration
2 parents cfe1ab9 + 1084783 commit d70cc23

73 files changed

Lines changed: 910 additions & 25339 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.example

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage], versi
7171
available at [https://contributor-covenant.org/version/1/4][version].
7272

7373
[homepage]: https://contributor-covenant.org
74-
[version]: https://contributor-covenant.org/version/1/4/
74+
[version]: https://contributor-covenant.org/version/1/4/

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This pull request (PR) ...
88

99
- ...
1010

11-
## Links to Magento Open Source code
11+
## Links to the public Commerce codebase
1212

1313
<!-- OPTIONAL - REMOVE THIS SECTION IF NOT USED. If this pull request references a file in a Magento Open Source or Adobe Commerce codebase repository, add it here. -->
1414

.github/dependabot.yml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
1+
# `dependabot.yml` file with
2+
# assignee for all npm pull requests
3+
14
version: 2
25
updates:
3-
# Enable version updates for npm
6+
# Keep npm dependencies up to date
47
- package-ecosystem: "npm"
5-
# Look for `package.json` and `lock` files in the `root` directory
68
directory: "/"
7-
# Check the npm registry for updates every day (weekdays)
89
schedule:
9-
interval: "daily"
10-
allow:
11-
- dependency-name: "@adobe/gatsby-theme-aio"
12-
versioning-strategy: increase
13-
open-pull-requests-limit: 25
14-
labels:
15-
- "dependencies"
16-
ignore:
17-
# Ignore updates to package
18-
- dependency-name: "gatsby"
10+
interval: "weekly"
11+
# Raise all npm pull requests with assignees
12+
assignees:
13+
- "dshevtsov"

.github/linters/.markdownlint.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/linters/.yaml-lint.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/linters/metadata.schema.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/scripts/get-path-prefix.js

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/super-linter.env

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/add-to-project-board.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ on:
1212

1313
jobs:
1414
call-workflow-add-to-project:
15-
uses: AdobeDocs/commerce-php/.github/workflows/add-to-project_job.yml@main
15+
uses: AdobeDocs/commerce-contributor/.github/workflows/add-to-project_job.yml@main
1616
secrets: inherit

0 commit comments

Comments
 (0)