Skip to content
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

deps: run make generate and auto-approve dependency PRs #4263

Merged
merged 3 commits into from
Jan 30, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: update commit message for auto-commit action in Dependabot workflow
  • Loading branch information
mastercactapus committed Jan 30, 2025
commit 35903cc3c82fcdf4c81766464d61c27bfc0974fd
2 changes: 2 additions & 0 deletions .github/workflows/dep-autoapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Run make generate
run: make generate
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply make generate changes
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
env:
Expand Down
Loading