Translations update from Hosted Weblate #191
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
# Made with love | |
# | |
# This workflow uses actions that are not certified by GitHub. | |
# | |
# They are provided by a third-party and are governed by | |
# separate terms of service, privacy policy, and support | |
# documentation. | |
# see https://github.com/actions/labeler | |
# for more informations | |
# | |
# For most projects, this workflow file will not need changing; you simply need: | |
# 1 - commit this file to your repository into the '.github/workflows' folder. | |
# 2 - commit the 'labeler.yml' configuration file into the '.github' folder. | |
# | |
# You probably want to add, replace or delete labels, | |
# remember to check this configuration file. | |
# | |
name: "Pull Request Labeler" | |
on: | |
- pull_request_target | |
jobs: | |
triage: | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@v4 | |
with: | |
# Check if you have enabled tokens for your repository | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
# This removes the label if the change(s) are undone in the PR | |
sync-labels: true | |