feat(activity): Adding sample config for new activity options#62230
Open
Aiiaiiio wants to merge 1 commit into
Open
feat(activity): Adding sample config for new activity options#62230Aiiaiiio wants to merge 1 commit into
Aiiaiiio wants to merge 1 commit into
Conversation
Signed-off-by: Tamás Bari <adaorcpp@gmail.com>
Aiiaiiio
requested review from
Altahrim,
come-nc,
leftybournes,
miaulalala and
nfebe
and removed request for
a team
July 16, 2026 09:09
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot couldn't run its full agentic review because no GitHub Actions runner was available. Make sure your repository has a runner available to run Copilot's review, or add a copilot-setup-steps.yml file specifying one with the runs-on attribute. See the docs for more details.
Adds documentation for new Activity-related configuration options to the sample configuration, helping admins discover and correctly set these options.
Changes:
- Documented
activity_expire_exclude_usersfor excluding specific users from activity expiration. - Documented
activity_log_exclude_usersfor per-user activity event-type logging exclusions.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+1407
to
+1409
| * Defaults to ``[]`` | ||
| */ | ||
| 'activity_expire_exclude_users' => [], |
Comment on lines
+1423
to
+1425
| * Defaults to ``[]`` | ||
| */ | ||
| 'activity_log_exclude_users' => [], |
Comment on lines
+1412
to
+1421
| * Per-user activity logging exclusions. | ||
| * | ||
| * An associative array mapping user IDs to an array of event type strings. | ||
| * Activities of the listed event types will not be logged for the | ||
| * corresponding user. For example:: | ||
| * | ||
| * 'activity_log_exclude_users' => [ | ||
| * 'alice' => ['file_created'], | ||
| * 'bob' => ['file_created', 'file_changed'], | ||
| * ], |
miaulalala
reviewed
Jul 16, 2026
Comment on lines
+1395
to
+1397
| /** | ||
| * Users excluded from activity expiration. | ||
| * |
Contributor
There was a problem hiding this comment.
would add "Reqires acitivty app" or similar to ensure admins know this is for the activity app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added Activity config values to sample config.
TODO
Checklist
3. to review, feature component)stable32)AI (if applicable)