diff --git a/config/packages/github.yaml b/config/packages/github.yaml index efd52c93..6873188b 100755 --- a/config/packages/github.yaml +++ b/config/packages/github.yaml @@ -55,6 +55,8 @@ automation: value_template: >- {%- if trigger.json.action == "created" or "closed" or "opened" or "reopened" %} True + {%- elif trigger.json.action != "edited" or "labeled" or "unlabeled" or "pinned" or "unpinned" %} + False {%- else -%} False {%- endif -%}