Skip to content

Commit

Permalink
Merge pull request #74 from rancher-sandbox/cleanup/gh-actions-pr-type
Browse files Browse the repository at this point in the history
Adding kind/bump to labels of PRs
  • Loading branch information
belgaied2 authored Nov 21, 2024
2 parents 29e75fc + 8d5309a commit 860c60a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
schedule:
interval: "weekly"
labels:
- "kind/cleanup"
- "kind/bump"
- "area/dependency"
ignore:
# Ignore Cluster-API as its upgraded manually.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: kind/bug,kind/documentation,kind/feature,kind/regression,kind/refactor,kind/cleanup,kind/proposal
one_of: kind/bug,kind/documentation,kind/feature,kind/regression,kind/refactor,kind/cleanup,kind/proposal,kind/bump
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 860c60a

Please sign in to comment.