Skip to content

chore: auto merge dependabot PRs for patch updates #16222

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

Merged
merged 4 commits into from
Jan 22, 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
Update pull request event types in workflow
This will ensure we run on label chnages.
  • Loading branch information
matifali authored Jan 22, 2025
commit fb17a7cbb8eb98fa36e64c7bb7eef8c0776ffb20
11 changes: 11 additions & 0 deletions .github/workflows/contrib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ on:
issue_comment:
types: [created]
pull_request:
types:
- opened
- closed
- synchronize
- labeled
- unlabeled
- opened
- reopened
- edited
# For jobs that don't run on draft PRs.
- ready_for_review

permissions:
contents: read
Expand Down
Loading