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:
- Simplify globbing examples in README by @Youssef1313 in #451
- Bump @typescript-eslint/parser from 5.59.7 to 5.59.8 by @dependabot in #577
- Bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.8 by @dependabot in #578
New Contributors
- @Youssef1313 made their first contribution in #451
- @kachkaev made their first contribution in #316
Full Changelog: v4...v4.1.0