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
@@ -75,7 +75,7 @@ If a comment already exists, it will be updated. When the action passes, the com
75
75
You can also customise the message used by providing the `message` input:
76
76
77
77
```yaml
78
-
- uses: mheap/github-action-required-labels@v4
78
+
- uses: mheap/github-action-required-labels@v5
79
79
with:
80
80
mode: exactly
81
81
count: 1
@@ -97,7 +97,7 @@ The following tokens are available for use in custom messages:
97
97
### Require multiple labels
98
98
99
99
```yaml
100
-
- uses: mheap/github-action-required-labels@v4
100
+
- uses: mheap/github-action-required-labels@v5
101
101
with:
102
102
mode: minimum
103
103
count: 2
@@ -115,7 +115,7 @@ However, note that if any of those three identifiers change, any "in flight" com
115
115
You can set `exit_type` to success then inspect `outputs.status` to see if the action passed or failed. This is useful when you want to perform additional actions if a label is not present, but not fail the entire build.
0 commit comments