github actions/labeler v4.1.0

latest releases: v5.0.0, v5, v5.0.0-beta.1...
15 months ago

What's Changed

In scope of this release, the dot input was added by @kachkaev in #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: v4...v4.1.0

Don't miss a new labeler release

NewReleases is sending notifications on new releases.