Workiva / workiva_analysis_options

Workiva's shared Dart static analysis options
Other
3 stars 1 forks source link

FW-172 Only run skynet on releases #175

Closed wesleybalvanz-wf closed 2 years ago

wesleybalvanz-wf commented 2 years ago

Motivation

Currently the skynet config is running on pull requests as well as releases which is causing us to hit the github api rate limit, we don't really need to have the skynet config running on pull requests because it's just needed for release pipelines.

Changes

Add a run config to skynet that limits running to just releases and if there are changes to the skynet.yaml

Release Notes

Run skynet only on releases

aviary3-wk commented 2 years ago

Security Insights

No security relevant content was detected by automated scans.

Action Items

wesleybalvanz-wf commented 2 years ago

Closing this in favor of this PR: https://github.com/Workiva/workiva_analysis_options/pull/176