Skip to content

Added dynamic Match Score 4.0-10.0 scaling and UI badge #673

Added dynamic Match Score 4.0-10.0 scaling and UI badge

Added dynamic Match Score 4.0-10.0 scaling and UI badge #673

name: Label PRs Based on Files
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
permissions:
contents: read
pull-requests: write
issues: write
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Label PRs automatically
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"