Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/WordPress/openverse into pl…
Browse files Browse the repository at this point in the history
…ausible_nuxt
  • Loading branch information
dhruvkb committed Mar 17, 2023
2 parents 3466fe7 + 3fff68f commit 5498252
Show file tree
Hide file tree
Showing 67 changed files with 15,282 additions and 21,320 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.py]
indent_size = 4
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ rfcs/ @WordPress/openverse-maintainers
templates/ @WordPress/openverse-maintainers
.gitattributes @WordPress/openverse-maintainers
.gitignore @WordPress/openverse-maintainers
.github/ @WordPress/openverse-maintainers
.pre-commit-config.yaml @WordPress/openverse-maintainers
CODE_OF_CONDUCT.md @WordPress/openverse-maintainers
CONTRIBUTING.md @WordPress/openverse-maintainers
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/get-changes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: openverse/get-changes
description: Determine where changes happened in the repository

outputs:
changes:
description: "JSON array of keys from `.github/filters.yml`"
value: ${{ steps.paths-filter.outputs.changes }}
api:
description: "'true' if API changes are present"
value: ${{ steps.paths-filter.outputs.api }}
Expand Down
3 changes: 0 additions & 3 deletions .github/filters.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
api:
- .github/workflows/ci_cd.yml
- api/**
# Change to the CI + CD workflow should trigger complete workflow.
- .github/workflows/ci_cd.yml
ingestion_server:
- .github/workflows/ci_cd.yml
- ingestion_server/**
# Change to the CI + CD workflow should trigger complete workflow.
- .github/workflows/ci_cd.yml
frontend:
- .github/workflows/ci_cd.yml
- frontend/**
- package.json
- pnpm-lock.yaml
Expand Down
Loading

0 comments on commit 5498252

Please sign in to comment.