Why is my commit not visible in Swarmia?
We include only commits from pull requests. Check that the pull request is visible in Swarmia.
Last updated
Was this helpful?
We include only commits from pull requests. Check that the pull request is visible in Swarmia.
Check that the pull request is visible in Swarmia:
The repository is synced to Swarmia
The pull request is not excluded
The pull request is assigned to the correct team
We include only commits from pull requests.
The primary reason for this behavior is to avoid cluttering the work log with commits that may not represent "real work". Workflows involving rebasing can create numerous duplicate or temporary commits, and including them would make the worklog noisy and could misrepresent development activity. Swarmia's model assumes that development work is captured through pull requests.
As a result, daily commits made to a feature branch will remain invisible in Swarmia until a PR is created.
The only exception is the "avoid pushing directly to the default branch" working agreement, which follows commits pushed directly to the default branch of each repository.
Tip: If you'd like to get faster visibility into commits, you can create draft pull requests for your work in progress.
Last updated
Was this helpful?
Was this helpful?