Skip to content

[Card Layout] Card with multiple sections and mixed content, such as orders/customer card #262

[Card Layout] Card with multiple sections and mixed content, such as orders/customer card

[Card Layout] Card with multiple sections and mixed content, such as orders/customer card #262

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