-
Notifications
You must be signed in to change notification settings - Fork 805
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
feat: Adding incident workflow triggers #1861
feat: Adding incident workflow triggers #1861
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
4d245b7
to
c3c40f9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1861 +/- ##
==========================================
- Coverage 68.36% 67.33% -1.03%
==========================================
Files 120 142 +22
Lines 9839 11392 +1553
==========================================
+ Hits 6726 7671 +945
- Misses 3113 3721 +608 ☔ View full report in Codecov by Sentry. |
929943f
to
38ddb3f
Compare
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
465a22f
to
dbb39e6
Compare
keep/api/models/db/migrations/versions/2024-09-12-14-26_9af44b2de182.py
Outdated
Show resolved
Hide resolved
b1eea1a
to
745c593
Compare
3bbc1d9
to
476d8ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
dac4a14
to
1cb08c6
Compare
…n for usage in workflows' foreach
1cb08c6
to
ba592bc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Closes #1527
📑 Description
This PR introduces a new trigger type for the Keep workflow: incident triggers. Now, workflows can start based on different incident events:
created
,updated
, ordeleted
. User can choose one or multiple events in a single workflow.Screen.Recording.2024-09-08.at.01.19.16.mov
✅ Checks
ℹ Additional Information