forked from git-workflow/autogits
The GetTimeline function previously used a strict timestamp comparison (Created > LastCachedTime) to fetch new events. This caused the bot to miss events occurring within the same second as the last update. This change: - Switches to ID-based deduplication to safely handle same-second events. - Correctly updates existing timeline items if they are modified. - Calculates the next 'Since' parameter using the maximum 'Updated' timestamp found in the current cache. This fixes flakiness in integration tests (specifically test_006) where maintainer rejections were occasionally ignored by the workflow-pr service.
package common const ReadmeBoilerplate = ` README ====== This empty project was created by AutoDevel bot. AutoDevel creates projects that can be built in Open Build Service. `