Skip to content

f-self-exclusion@1.4.0 - Handling of cases where the exclusion period has expired #5910

f-self-exclusion@1.4.0 - Handling of cases where the exclusion period has expired

f-self-exclusion@1.4.0 - Handling of cases where the exclusion period has expired #5910

Workflow file for this run

name: Pull Request Labeler
on: pull_request_target
# By default, pull_request_target runs when the activity type is opened, synchronize, or reopened
# https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#pull_request_target
jobs:
categorise:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/labeler@v3
with:
configuration-path: '.github/component-labeler.yml'
repo-token: '${{ secrets.GITHUB_TOKEN }}'
# Category labels will be removed if they no longer apply
sync-labels: true