openim-docs icon indicating copy to clipboard operation
openim-docs copied to clipboard

[Sweep GHA Fix] The GitHub Actions run failed with...

Open sweep-ai-deprecated[bot] opened this issue 1 year ago • 3 comments

Description

This pull request includes the following changes:

  • Added .github/release-drafter.yml file
  • Added .github/workflows/pre-commit.yml file
  • Added scripts/githooks/commit-msg.sh file
  • Added scripts/githooks/go-gitlint.sh file
  • Modified scripts/githooks/pre-commit.sh file
  • Modified scripts/githooks/pre-push.sh file

Summary

  • Added .github/release-drafter.yml file for Release Drafter configuration
  • Added .github/workflows/pre-commit.yml file for Pre-commit Hook
  • Added scripts/githooks/commit-msg.sh file for commit message validation
  • Added scripts/githooks/go-gitlint.sh file for go-gitlint execution
  • Modified scripts/githooks/pre-commit.sh file to include file size limit check and branch name validation
  • Modified scripts/githooks/pre-push.sh file to include branch name validation

Sweeping

Fixing PR: track the progress here.

I'm currently fixing this PR to address the following:

[Sweep GHA Fix] The GitHub Actions run failed with the following error logs:



Created Pull Request: https://github.com/openimsdk/openim-docs/pull/311

Sweeping

Fixing PR: track the progress here.

I'm currently fixing this PR to address the following:

[Sweep GHA Fix] The GitHub Actions run failed with the following error logs:

The command:
Run scripts/githooks/pre-commit.sh
yielded the following error:
##[error]Process completed with exit code 126.

Here are the logs:
/home/runner/work/_temp/c2b4f50b-b68b-4454-83f5-37bff88ecdf0.sh: line 1: scripts/githooks/pre-commit.sh: Permission denied

Created Pull Request: https://github.com/openimsdk/openim-docs/pull/314