mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
* [AAE-32905] - Improve ADF workflow * [ci:force] * [AAE-32905] - Improve cache use * [AAE-32905] - Improve cache use * [AAE-32905] - Improved workflows * [AAE-32905] - Checking cache * [AAE-32905] - Checking cache * [AAE-32905] - Fix cli * [AAE-32905] - Fix cache * [AAE-32905] - Fix cache * [AAE-32905] - Fix cache * [AAE-32905] - improving workflow and adding some storybook tests * [AAE-32905] - improving workflow and adding some storybook tests * [AAE-32905] - Added more improvements * [AAE-32905] - Added more improvements * [AAE-32905] - bugfix * [AAE-32905] - Added missing part to the cache * [AAE-32905] - bugfix * [AAE-32905] - fixed cache poisoning * [AAE-32905] - timing jobs * [AAE-32905] - chosen to build all together as it's more efficient * [AAE-32905] - Fixed script injection issue
19 lines
699 B
Plaintext
19 lines
699 B
Plaintext
# Each line is a file pattern followed by one or more owners.
|
|
|
|
# These owners will be the default owners for everything in
|
|
# the repo. Unless a later match takes precedence,
|
|
# these users will be requested for
|
|
# review when someone opens a pull request.
|
|
* @eromano @popovicsandras @DenysVuika
|
|
|
|
# Order is important; the last matching pattern takes the most
|
|
# precedence. When someone opens a pull request that only
|
|
# modifies JS files, only @js-owner and not the global
|
|
# owner(s) will be requested for a review.
|
|
/e2e/ @eromano
|
|
|
|
# The `docs/*` pattern will match files like
|
|
# `docs/getting-started.md` but not further nested files like
|
|
# `docs/build-app/troubleshooting.md`.
|
|
/docs/ @eromano
|