Skip to content

Commit cd6e8ac

Browse files
author
tylertitsworth
committed
remove commit support
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com>
1 parent 61c600d commit cd6e8ac

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

.github/workflows/lint.yaml

+2-21
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Lint
2727
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
2828
permissions:
29-
contents: write
29+
contents: read
3030
statuses: write
3131
steps:
3232
- name: Harden Runner
@@ -41,15 +41,6 @@ jobs:
4141
fetch-depth: 0
4242
- uses: super-linter/super-linter/slim@b92721f792f381cedc002ecdbb9847a15ece5bb8 # v7.1.0
4343
env:
44-
# To report GitHub Actions status checks
45-
FIX_HTML_PRETTIER: false
46-
FIX_JSON: true
47-
FIX_MARKDOWN_PRETTIER: false
48-
FIX_PYTHON_BLACK: true
49-
FIX_PYTHON_PINK: false
50-
FIX_PYTHON_RUST: false
51-
FIX_SHELL_SHFMT: true
52-
FIX_YAML_PRETTIER: true
5344
GITHUB_ACTIONS_COMMAND_ARGS: '-ignore SC.*'
5445
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5546
VALIDATE_BASH_EXEC: false
@@ -64,14 +55,4 @@ jobs:
6455
VALIDATE_PYTHON_MYPY: false
6556
VALIDATE_PYTHON_PYINK: false
6657
VALIDATE_PYTHON_RUFF: false
67-
- name: Commit and push linting fixes
68-
if: >
69-
always() &&
70-
github.event_name == 'pull_request' &&
71-
github.ref_name != github.event.repository.default_branch
72-
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
73-
with:
74-
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
75-
commit_message: "chore: fix linting issues"
76-
commit_user_name: super-linter
77-
commit_user_email: super-linter@super-linter.dev
58+
VALIDATE_YAML_PRETTIER: false

0 commit comments

Comments
 (0)