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
Taking advantage of #3281, we can add a GH workflow to trigger when a label is added and be able to run remote validation on a PR against every rule being changed (ES|QL or EQL only).
for PR targeting main, trigger on label: remote-validate (or similar)
parse the git diff and extract rules added or modified
filter to ES|QL and EQL rules
run the code against the list of rules
Dependencies:
existing, pre-configured stack
creds stored in GH secrets (envvar to point to those creds)
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Taking advantage of #3281, we can add a GH workflow to trigger when a label is added and be able to run remote validation on a PR against every rule being changed (ES|QL or EQL only).
remote-validate
(or similar)Dependencies:
The text was updated successfully, but these errors were encountered: