Routine i18n updates on 03 February 2024 #37984
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Summary Labeler | |
on: | |
- pull_request_target | |
jobs: | |
uses: | |
name: labeler | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: fuxingloh/multi-labeler@main | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
config-path: '.github/summary-labels.yml' |