fix(developer): correct whitespace handling in virtual keys and remove partially implemented virtual key series in kmcmplib compiler #14324
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: "Pull Request Labeler" | |
on: | |
- pull_request | |
jobs: | |
triage: | |
if: github.repository == 'keymanapp/keyman' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Update labels based on changed files | |
uses: actions/labeler@v4 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
- name: Update labels based on PR title | |
id: labeler | |
uses: fuxingloh/multi-labeler@f5bd7323b53b0833c1e4ed8d7b797ae995ef75b4 # v2.0.1 | |
with: | |
github-token: ${{secrets.GITHUB_TOKEN}} | |
config-path: .github/multi-labeler.yml |