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

Bump actions/labeler from 4.0.4 to 4.1.0 #11631

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2023

Bumps actions/labeler from 4.0.4 to 4.1.0.

Release notes

Sourced from actions/labeler's releases.

v4.1.0

What's Changed

In scope of this release, the dot input was added by @​kachkaev in actions/labeler#316. It allows patterns to match paths starting with a period. This input is set to false by default.

Usage

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
dot: true

This release also includes the following changes:

New Contributors

Full Changelog: actions/labeler@v4...v4.1.0

Commits
  • ee18d5d 4.1.0
  • fd87190 Bump package.json version to 4.0.0 (#419)
  • c959bdd Merge pull request #417 from cory-miller/main
  • 493ae8a re-build package
  • 1550814 fix license type for other version of actions/http-client
  • a29491a fix license type for actions/http-client
  • 6e5bdb7 Updates licenses
  • 3d918dd Bump @​actions/core
  • 74e99cd Merge pull request #376 from actions/dependabot/npm_and_yarn/vercel/ncc-0.34.0
  • d81b399 Bump @​vercel/ncc from 0.33.3 to 0.34.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@v4.0.4...4.1.0)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@Swiftb0y Swiftb0y merged commit 0f827cb into main Jun 5, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/actions/labeler-4.1.0 branch June 5, 2023 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant