Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add post-merge workflow for running tests and tagging #388

Merged
merged 3 commits into from
Nov 8, 2024

Conversation

HauwaHakimi
Copy link
Contributor

  • Create new GitHub Action workflow triggered on merge to main
  • Run tests after merge
  • Add 'release_test' tag to commit if tests pass
  • Force push tag to ensure it's always on latest passing commit

- Create new GitHub Action workflow triggered on merge to main
- Run tests after merge
- Add 'release_test' tag to commit if tests pass
- Force push tag to ensure it's always on latest passing commit
- Add automatic versioned pre-release tags (pre_release_N)
- Update GitHub Actions bot authentication details
- Add permissions configuration for content write access
- Add timestamp to tag messages for better tracking
- Split single job into separate test and tag jobs
- Update permissions
- Simplify tag creation by removing annotated tags
@HauwaHakimi HauwaHakimi merged commit 655dabb into main Nov 8, 2024
1 check passed
@HauwaHakimi HauwaHakimi deleted the ENG-518-create-post-merge-test-and-tag-workflow branch November 8, 2024 13:27
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.

2 participants