-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
- Commit hash and line numbers - easiest to implement, most brittle, relies on PRs to update
- Commit hash and search terms for start/end - need to update commit manually, and you can check if it is still relevant
- Search terms and branch name - updates automatically, might break if search terms are not found
- Search terms and branch name - we follow every commit and notify when relevant lines are modified
I prefer branch. Can you do line numbers and keep track of how those line numbers change based on git? So I specify lines 10-20 on master/file.js, and when there's a new commit that adds two lines at line 15, my YAML/JSON gets auto-changed to lines 10-22? If not, I'd prefer search terms, and notifying only when the search term breaks.
stubailo