File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3838 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3939 BASH_SEVERITY : " warning"
4040 LINTER_RULES_PATH : " .github/configs"
41+ # Disable GitHub status updates to avoid permission issues
42+ GITHUB_ACTIONS_COMMAND_ARGS : " --disable-lock"
43+ GITHUB_COMMENT_ON_PR : false
44+ GITHUB_STATUS_UPDATES : false
4145 VALIDATE_BASH_EXEC : true
4246 VALIDATE_BASH : true
4347 VALIDATE_CLANG_FORMAT : true
Original file line number Diff line number Diff line change @@ -170,4 +170,4 @@ def to_dict(self) -> dict:
170170 "maxLatencyNs" : self .maxLatencyNs ,
171171 }
172172 }
173- }
173+ }
Original file line number Diff line number Diff line change @@ -441,4 +441,4 @@ def add_common_arguments(parser):
441441
442442
443443if __name__ == "__main__" :
444- main ()
444+ main ()
You can’t perform that action at this time.
0 commit comments