Skip to content
Compare
Choose a tag to compare
@MaksimZhukov MaksimZhukov released this 05 Jun 10:30
· 237 commits to main since this release
9fcb2c2

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