Skip to content

f-footer@v8.8.0 Update supported country list & change redirection from twitter to X platform #5927

f-footer@v8.8.0 Update supported country list & change redirection from twitter to X platform

f-footer@v8.8.0 Update supported country list & change redirection from twitter to X platform #5927

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