Routine i18n updates on 18 May 2024 #43992
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' |