When getting GitHub issues, I would like to exclude the issues which have the label starting with “deleted”.
But I am not sure how to write the formula for this rule.
I guess the answer would be the formula like ‘Not(StartsWith(?label_value?, “deleted”))’
How to indicate the label value in the formula?