We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0caa8 commit a9983f8Copy full SHA for a9983f8
1 file changed
.github/actionlint.yml
@@ -0,0 +1,9 @@
1
+# Please see the documentation for all configuration options:
2
+# https://github.com/rhysd/actionlint/blob/main/docs/config.md#configuration-file
3
+
4
+paths:
5
+ .github/workflows/create-release-pr.yml:
6
+ ignore:
7
+ # `create-release-pr` has an empty string value for the `release-type`
8
+ # input, which is intentional and valid.
9
+ - 'string should not be empty'
0 commit comments