Skip to content

Commit

Permalink
🔄 synced file(s) with WordPress/openverse (#1002)
Browse files Browse the repository at this point in the history
* 🔄 synced local '.github/workflows/label_new_pr.yml' with remote '.github/workflows/label_new_pr.yml'

* 🔄 synced local '.github/release_drafter.yml' with remote '.github/release_drafter.yml'

* 🔄 synced local 'prettier.config.js' with remote 'templates/prettier.config.js.jinja'

* 🔄 synced local '.pre-commit-config.yaml' with remote 'templates/.pre-commit-config.yaml.jinja'

* 🔄 created local '.github/PULL_REQUEST_TEMPLATE/pull_request_template.md' from remote 'templates/pull_request_template.catalog.md.jinja'

* Remove previous PR template

---------

Co-authored-by: openverse-bot <null>
Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>
  • Loading branch information
openverse-bot and AetherUnbound committed Feb 27, 2023
1 parent de078ce commit f893587
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions .github/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ categories:
- title: Bug Fixes
label: "🛠 goal: fix"
change-template: "- $TITLE (#$NUMBER) @$AUTHOR"
exclude-labels:
- "skip-changelog"
version-resolver:
major:
labels:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label_new_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
wait_time: 5 # check every 5 seconds
max_time: 120 # timeout after 2 minutes

- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Add default label in case of failure
uses: actions-ecosystem/action-add-labels@v1
if: ${{ failure() }}
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is being synced from WordPress/openverse. Any changes made to it
# here will be overwritten. Please make any necessary edits to these files:
# - https://github.com/WordPress/openverse/blob/main/.pre-commit-config.yaml.jinja
# - https://github.com/WordPress/openverse/blob/main/templates/.pre-commit-config.yaml.jinja

exclude: Pipfile\.lock|migrations|\.idea|node_modules|archive|retired

Expand All @@ -19,7 +19,7 @@ repos:
- id: check-xml
- id: check-yaml
- id: end-of-file-fixer
exclude: test/tapes/.+\.json5
exclude: frontend/test/tapes/.+\.json5
- id: check-symlinks
- id: mixed-line-ending
- id: fix-encoding-pragma
Expand Down
2 changes: 1 addition & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is being synced from WordPress/openverse. Any changes made to it
// here will be overwritten. Please make any necessary edits to these files:
// - https://github.com/WordPress/openverse/blob/main/prettier.config.js.jinja
// - https://github.com/WordPress/openverse/blob/main/templates/prettier.config.js.jinja

module.exports = {
trailingComma: "es5",
Expand Down

0 comments on commit f893587

Please sign in to comment.