stylix: yamlint ignore truthy for workflows (#1116)
Link: https://github.com/nix-community/stylix/pull/1116 Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com> Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
093087e969
commit
64b9f2c2df
7 changed files with 16 additions and 10 deletions
10
.github/workflows/update-flake.yml
vendored
10
.github/workflows/update-flake.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: Update flake inputs
|
||||
|
||||
on: # yamllint disable-line rule:truthy
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 1 * *"
|
||||
workflow_dispatch:
|
||||
|
|
@ -34,11 +34,11 @@ jobs:
|
|||
commit-msg: "flake: update all inputs"
|
||||
pr-title: "${{ startsWith(matrix.branch, 'release') && format('[{0}] ', matrix.branch) || '' }}stylix: update all flake inputs" # yamllint disable-line rule:line-length
|
||||
pr-labels: "topic: dependencies"
|
||||
# yamllint disable rule:line-length
|
||||
pr-body: |
|
||||
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action.
|
||||
pr-body: >
|
||||
Automated changes by the
|
||||
[update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock)
|
||||
GitHub Action.
|
||||
|
||||
```
|
||||
{{ env.GIT_COMMIT_MESSAGE }}
|
||||
```
|
||||
# yamllint enable rule:line-length
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue