| commit | bebfe56bbc207c45c8dc30a709ce70ca3110d912 | [log] [tgz] |
|---|---|---|
| author | Owners Cleanup <swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com> | Thu Sep 19 15:26:55 2024 |
| committer | Chromeos LUCI <[email protected]> | Thu Sep 19 19:13:51 2024 |
| tree | f46128269876882fecc0021db92246881f539098 | |
| parent | 2d523ac698fa9a3fab5c30e85e4a2466e09c5138 [diff] |
Remove [email protected] from OWNERS This suggested change is automatically generated based on group memberships and affiliations. If this change is unnecessary or in error, vote the lowest CR value (i.e. reject the CL) and the bot will abandon it. Vote the highest CR to approve this change. You may also abandon this change. See the owner's recent activity for context: https://chromium-review.googlesource.com/q/[email protected] To report an issue, file a bug in the Infra>Codereview component. Change-Id: Ia91da8ddb0c8c6eb76c63b35e477758a5fe17721 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/redaction_tool/+/5876070 Reviewed-by: Jimmy Gong <[email protected]> Commit-Queue: Jimmy Gong <[email protected]> Auto-Submit: Owners Cleanup <swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com> Tested-by: Jimmy Gong <[email protected]>
redaction_tool: PII Redaction ToolA redaction_tool redacts PII using a wide set of RegEx expressions.
This code is a mirror of https://source.chromium.org/chromium/chromium/src/+/main:components/feedback/redaction_tool/
Changes should be made in chromium code base only and then be upreved here.
To pull in updates from chromium/src, do the following:
git remote updategit checkout -b main cros/maingit merge cros/upstream/mainBUILD.gn should mostly use the version from main, unless the upstream changes the files to be built.git revert after committing the merge commit. This preserves the history and makes it clear why a change is being reverted rather than quietly changing it in the merge commit.git push HEAD:refs/for/main