Skip to content

ci: add git-regress workflow for self-testing#2

Merged
TonyStef merged 3 commits intomainfrom
feat/add-workflow
Mar 18, 2026
Merged

ci: add git-regress workflow for self-testing#2
TonyStef merged 3 commits intomainfrom
feat/add-workflow

Conversation

@TonyStef
Copy link
Copy Markdown
Owner

Adds .github/workflows/git-regress.yml so the repo dogfoods its own action.
Once merged, the action will run automatically on every push to main (store) and every PR (check).

Enable git-regress to dogfood itself. The action auto-detects:
- push to main: stores symbol footprint for the merged PR
- pull_request: checks for semantic regressions and posts comments
actions/checkout creates a detached HEAD without local branch refs.
The bare ref 'main' doesn't exist — only 'origin/main' does.
Prefix origin/ when resolving the base branch for git diff.
@TonyStef TonyStef merged commit a13cc9d into main Mar 18, 2026
1 check passed
@TonyStef TonyStef deleted the feat/add-workflow branch March 24, 2026 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant