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
This recipe should remove a condition given the path to it
This recipe should allow adding to an existing condition given the expression
diff --git a/.github/workflows/onboarding.yaml b/.github/workflows/onboarding.yaml
index 56bd473..cdec9e5 100644
--- a/.github/workflows/onboarding.yaml+++ b/.github/workflows/onboarding.yaml@@ -80,7 +80,7 @@ jobs:
validate:
name: Validate
- if: contains(github.event.issue.labels.*.name, 'onboarding')
The text was updated successfully, but these errors were encountered:
This recipe should remove a condition given the path to it
The text was updated successfully, but these errors were encountered: