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 524c2cb commit 3e1402eCopy full SHA for 3e1402e
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