Skip to content

Commit db64efb

Browse files
committed
Remove github status reporter
1 parent 5693a39 commit db64efb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/mega-linter.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
contents: write
4343
issues: write
4444
pull-requests: write
45-
statuses: write
4645
steps:
4746
# Git Checkout
4847
- name: Checkout Code
@@ -62,7 +61,6 @@ jobs:
6261
VALIDATE_ALL_CODEBASE: "true"
6362
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6463
# ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
65-
GITHUB_STATUS_REPORTER: "true"
6664
GITHUB_COMMENT_REPORTER: "true"
6765
PYTHON_RUFF_ARGUMENTS: --config pyproject.toml --config 'output-format="github"'
6866
PYTHON_RUFF_FORMAT_ARGUMENTS: --config pyproject.toml --config 'output-format="github"'

0 commit comments

Comments
 (0)