Routine i18n updates on 21 September 2024 #49849
Workflow file for this run
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' |