mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-06 17:08:10 +02:00
Update weekly-supelinter.yaml
This commit is contained in:
4
.github/workflows/weekly-supelinter.yaml
vendored
4
.github/workflows/weekly-supelinter.yaml
vendored
@@ -27,7 +27,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Run Super Linter
|
- name: Run Super Linter
|
||||||
uses: super-linter/super-linter/slim@main
|
uses: super-linter/super-linter/slim@main
|
||||||
continue-on-error: true
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
VALIDATE_ALL_CODEBASE: true
|
VALIDATE_ALL_CODEBASE: true
|
||||||
@@ -60,12 +59,13 @@ jobs:
|
|||||||
if: steps.changed.outputs.changed == 'true'
|
if: steps.changed.outputs.changed == 'true'
|
||||||
uses: peter-evans/create-pull-request@v7
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
title: "Github bot: fix linting issues"
|
title: "Github bot: fix linting issues nobuild"
|
||||||
commit-message: "fix: auto-fix linting issues"
|
commit-message: "fix: auto-fix linting issues"
|
||||||
committer: super-linter <super-linter@super-linter.dev>
|
committer: super-linter <super-linter@super-linter.dev>
|
||||||
author: super-linter <super-linter@super-linter.dev>
|
author: super-linter <super-linter@super-linter.dev>
|
||||||
signoff: true
|
signoff: true
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
branch: lint/autofix
|
branch: lint/autofix
|
||||||
|
clean: true
|
||||||
body: |
|
body: |
|
||||||
This pull request was automatically created by the GitHub Actions Super-Linter workflow to fix detected linting issues.
|
This pull request was automatically created by the GitHub Actions Super-Linter workflow to fix detected linting issues.
|
||||||
|
|||||||
Reference in New Issue
Block a user