Skip to content

Apply new linter change (ordering facet attributes) #13982

Apply new linter change (ordering facet attributes)

Apply new linter change (ordering facet attributes) #13982

# https://github.com/actions/labeler
name: Community PR Labels
on:
pull_request_target:
branches:
- master
types:
- opened
- synchronize
- reopened
- review_requested
jobs:
labeler:
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }} # only PRs from other repos
uses: ./.github/workflows/labeler-reusable.yml
secrets:
repo-token: "${{ secrets.DD_CHANGELOG_CHECK_TOKEN }}"