You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add GitHub issue management functionality
Complete the flaky test action with full GitHub integration:
- Add GitHub client implementation for issue management
- Create and update GitHub issues for flaky tests
- Search for existing issues to avoid duplicates
- Automatically reopen closed issues when tests fail again
- Rich issue templates with investigation guides and author mentions
- GitHub CLI integration for all operations
- Add github-token and skip-posting-issues config options
Builds on PR2's Git author tracking with complete GitHub workflow.
This completes the full analyze-test-failures action functionality.
* Format Go code with gofmt
* Revert "Remove PR3-related features from documentation"
This reverts commit 97c3804.
* Adapt tests
* Pull author resolution out of git client
# Conflicts:
# actions/go-flaky-tests/cmd/go-flaky-tests/analyzer.go
* Make time range configurable
* Fix template reference to use go-flaky-tests instead of analyze-test-failures
* Revert "Remove github-token parameter from local script"
This reverts commit d660967.
* Fewer emojis
* Tag authors
* Include job name and attempt
* Mention authors
* Fix linter
* Add CODEOWNERS
0 commit comments