Skip to content

feat: introduce support for repository properties #3

feat: introduce support for repository properties

feat: introduce support for repository properties #3

Workflow file for this run

name: Pull Request Labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write # Use this if all labels already exist in the repository (i.e., pre-defined in .github/labeler.yml).
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Run Labeler
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
sync-labels: false # Whether or not to remove labels when matching files are reverted or no longer changed by the PR