Skip to content

Revert: Improved support for custom configs in data tests #15723

Revert: Improved support for custom configs in data tests

Revert: Improved support for custom configs in data tests #15723

Workflow file for this run

#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened]
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"