-
Notifications
You must be signed in to change notification settings - Fork 613
[FR] Add Versioning Processes to DR #4223
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
[FR] Add Versioning Processes to DR #4223
Conversation
Enhancement - GuidelinesThese guidelines serve as a reminder set of considerations when addressing adding a feature to the code. Documentation and Context
Code Standards and Practices
Testing
Additional Checks
|
.github/release-drafter.yml
Outdated
| - title: 🐛 Bug Fixes | ||
| label: 'bug' | ||
| - title: 🛠 Internal Changes | ||
| label: 'internal' |
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.
we can change this to whatever makes sense.
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.
Nit Suggestion : Workflow Changes
| - name: Check for changes in kql, kibana, hunting, and etc | ||
| id: check_changes | ||
| run: | | ||
| CHANGED_FILES=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -E 'lib/kql|lib/kibana|detection_rules|tests|hunting|etc/' || echo "no-changes") |
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.
Are intentionally skipping RTA. If so, I understand why.
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.
++ cortado
terrancedejesus
left a comment
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.
Left some comments. LGTM
|
Note: The error on the drafter check is failing because the file release-drafter.yml is not yet on |
eric-forte-elastic
left a comment
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.
🟢 Manual review, looks good to me! 👍
…onference-customer-discussion
…ustomer-discussion' of github.com:elastic/detection-rules into 471-meta-dac-beta-feature-roadshow-webinar-conference-customer-discussion
(cherry picked from commit 77f42f1)
(cherry picked from commit 77f42f1)
(cherry picked from commit 77f42f1)
(cherry picked from commit 77f42f1)
(cherry picked from commit 77f42f1)
(cherry picked from commit 77f42f1)
Pull Request
Issue link(s): https://github.com/elastic/ia-trade-team/issues/471#issuecomment-2423259800
Summary - What I changed
How To Test
We will need to kick off a ci job (fake PR) once this merges to double check the workflow, since it only runs on main.
Checklist
bug,enhancement,schema,Rule: New,Rule: Deprecation,Rule: Tuning,Hunt: New, orHunt: Tuningso guidelines can be generatedmeta:rapid-mergelabel if planning to merge within 24 hours