Commit b97d9bc
committed
github: workflows: fix yaml error for issue close workflowRun yamllint -f parsable -d "$yamllint_config" --strict .github/workflows/*.yml *.yml
yamllint -f parsable -d "$yamllint_config" --strict .github/workflows/*.yml *.yml
shell: /usr/bin/bash -e {0}
env:
yamllint_config: {extends: default, rules: {line-length: {max: 100}}}
Warning: orkflows/close-stale.yml:3:1: [warning] truthy value should be one of [false, true] (truthy)
Error: Process completed with exit code 2.
Looks like a copy and paste error from:
https://docs.github.com/en/actions/how-tos/use-cases-and-examples/project-management/closing-inactive-issues
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>1 parent fbafa26 commit b97d9bc
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments