Skip to content

[ACTION REQUIRED] Translators are waiting for you to answer some questions #272

[ACTION REQUIRED] Translators are waiting for you to answer some questions

[ACTION REQUIRED] Translators are waiting for you to answer some questions #272

name: Add untriaged label
on:
issues:
types:
- opened
jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Label issues
uses: andymckay/labeler@1.0.2
with:
add-labels: 'untriaged'
repo-token: ${{ secrets.GITHUB_TOKEN }}