Skip to content

Anomaly detection. Detection period value is included in the calculation of the AVG value for the training period #1169

Anomaly detection. Detection period value is included in the calculation of the AVG value for the training period

Anomaly detection. Detection period value is included in the calculation of the AVG value for the training period #1169

Workflow file for this run

name: Update Triage Label
on: issue_comment
permissions:
issues: write
jobs:
triage_label:
if: contains(github.event.issue.labels.*.name, 'Awaiting Response')
runs-on: ubuntu-latest
steps:
- name: Update label
uses: andymckay/labeler@master
with:
add-labels: "Triage 👀"
remove-labels: "Awaiting Response"