Skip to content

[BUG] : Linux doesn't show unicode titled maps #1

[BUG] : Linux doesn't show unicode titled maps

[BUG] : Linux doesn't show unicode titled maps #1

Workflow file for this run

name: Labeler
on:
issues:
types: [opened, edited]
jobs:
label-linux:
runs-on: ubuntu-latest
steps:
- name: Add Linux label
if: |

Check failure on line 12 in .github/workflows/labeler.yaml

View workflow run for this annotation

GitHub Actions / Labeler

Invalid workflow file

The workflow is not valid. .github/workflows/labeler.yaml (Line: 12, Col: 11): Unrecognized function: 'toLower'. Located at position 10 within expression: contains(toLower(github.event.issue.title), 'linux') || contains(toLower(github.event.issue.body), 'linux') || contains(toLower(github.event.issue.title), 'ubuntu') || contains(toLower(github.event.issue.body), 'ubuntu') || contains(toLower(github.event.issue.title), 'arch') || contains(toLower(github.event.issue.body), 'arch') || contains(toLower(github.event.issue.tit[...]
contains(toLower(github.event.issue.title), 'linux') ||
contains(toLower(github.event.issue.body), 'linux') ||
contains(toLower(github.event.issue.title), 'ubuntu') ||
contains(toLower(github.event.issue.body), 'ubuntu') ||
contains(toLower(github.event.issue.title), 'arch') ||
contains(toLower(github.event.issue.body), 'arch') ||
contains(toLower(github.event.issue.title), 'kde') ||
contains(toLower(github.event.issue.body), 'kde')
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GH_TOKEN }}
labels: linux