-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Sweep GHA Fix] The GitHub Actions run failed with... #279
[Sweep GHA Fix] The GitHub Actions run failed with... #279
Conversation
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: #289 |
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: #291 |
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: #299 |
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:
An error has occurred: Sweep could not find any files to modify (tracking ID: 7405274a8d) |
This issue is stale because it has been open 60 days with no activity. |
This PR was closed because it has been stalled for 7 days with no activity. You can reopen it if you want. |
Description
This pull request includes the following changes:
.github/release-drafter.yml
file.github/workflows/pre-commit.yml
filescripts/githooks/go-gitlint.sh
filescripts/githooks/commit-msg.sh
filescripts/githooks/pre-commit.sh
filescripts/githooks/pre-push.sh
fileSummary
.github/release-drafter.yml
file for Release Drafter configuration.github/workflows/pre-commit.yml
file for Pre-commit Hookscripts/githooks/go-gitlint.sh
file for executing go-gitlintscripts/githooks/commit-msg.sh
file to include--target='go-gitlint'
flagscripts/githooks/pre-commit.sh
file to include file size limit check and branch name validationscripts/githooks/pre-push.sh
file to include branch name validation