Skip to content

Commit

Permalink
Assets: Add README.md about syncing (WordPress#68128)
Browse files Browse the repository at this point in the history
Add a README.md to the `assets/` directory, to document how it is synced to the plugin repository.

Co-authored-by: ockham <[email protected]>
Co-authored-by: sirreal <[email protected]>
Co-authored-by: bph <[email protected]>
  • Loading branch information
4 people authored Dec 19, 2024
1 parent 9034196 commit c01cb99
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Gutenberg Plugin Assets

The contents of this directory are synced from the [`assets/` directory in the Gutenberg repository on GitHub](https://github.com/WordPress/gutenberg/tree/trunk/assets) to the [`assets/` directory of the Gutenberg WordPress.org plugin repository](https://plugins.trac.wordpress.org/browser/gutenberg/assets). **Any changes committed directly to the plugin repository on WordPress.org will be overwritten.**

The sync is performed by a [GitHub Actions workflow](https://github.com/WordPress/gutenberg/actions/workflows/sync-assets-to-plugin-repo.yml) that is triggered whenever a file in this directory is changed.

Since that workflow requires access to WP.org plugin repository credentials, it needs to be approved manually by a member of the Gutenberg Core team. If you don't have the necessary permissions, please ask someone in [#core-editor](https://wordpress.slack.com/archives/C02QB2JS7).

0 comments on commit c01cb99

Please sign in to comment.