Skip to content

Layout.Section - replace booleans with new prop #118

Layout.Section - replace booleans with new prop

Layout.Section - replace booleans with new prop #118

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 }}