Skip to content

Commit

Permalink
Merge pull request #239 from buildpacks/dependabot/github_actions/mhe…
Browse files Browse the repository at this point in the history
…ap/github-action-required-labels-5

Bump mheap/github-action-required-labels from 4 to 5
  • Loading branch information
jkutner committed Feb 3, 2024
2 parents 5432492 + 1f856ee commit 0ad8d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pb-minimal-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v4
- uses: mheap/github-action-required-labels@v5
with:
count: 1
labels: semver:major, semver:minor, semver:patch
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v4
- uses: mheap/github-action-required-labels@v5
with:
count: 1
labels: type:bug, type:dependency-upgrade, type:documentation, type:enhancement, type:question, type:task
Expand Down

0 comments on commit 0ad8d0b

Please sign in to comment.