chore(release): promote staging to production - #2942
Merged
Merged
Conversation
* fix(agent-task): require a creation trigger * fix(agent-task): show required automation feedback * Revert "fix(agent-task): show required automation feedback" This reverts commit bc501e1.
Member
Author
|
🎉 This PR is included in version 1.349.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2942 +/- ##
==========================================
+ Coverage 46.02% 46.54% +0.51%
==========================================
Files 514 535 +21
Lines 13539 13938 +399
Branches 4178 4299 +121
==========================================
+ Hits 6232 6487 +255
- Misses 6242 6337 +95
- Partials 1065 1114 +49
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Opens the production promotion path from staging to main. Merging this PR triggers semantic-release, then the existing production deployment workflow.
Do not squash this PR. Use a merge commit to preserve the original conventional commits for semantic-release.
Summary by cubic
Requires at least one trigger on an automation before creating or deploying an agent task, and removes the ability to disable a task from the automation sheet.
workflowEnabledandwebhookEnabledform fields; newly created agent tasks are always enabled.Written for commit df2db23. Summary will update on new commits.