Skip to content

[MRG] Add automatic labeler to PR and check release notes updates #2

[MRG] Add automatic labeler to PR and check release notes updates

[MRG] Add automatic labeler to PR and check release notes updates #2

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request:
branches:
- 'master'
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5