Skip to content

[polaris.shopify.com] 404 not found at /components/lists-and-tables/resource-list #268

[polaris.shopify.com] 404 not found at /components/lists-and-tables/resource-list

[polaris.shopify.com] 404 not found at /components/lists-and-tables/resource-list #268

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