- Add rcNotifyOnPull field to RepoConfig (default: False) - notify_on_pull YAML config key per repository - When enabled, sends a desktop notification whenever new commits are pulled from the remote (with commit count and summaries) - Uses HEAD comparison to detect actual new commits, not just successful pull execution - Updated example config and spec
This commit is contained in:
@@ -6,6 +6,7 @@ repos:
|
||||
- path: /home/jbrechtel/org
|
||||
remote: origin
|
||||
branch: main
|
||||
# notify_on_pull: true # send a notification when new commits are pulled
|
||||
- path: /work/personal/hawat
|
||||
# remote defaults to "origin"
|
||||
# branch defaults to "main"
|
||||
|
||||
Reference in New Issue
Block a user