Skip to content

move file routing logic to index.js so vercel routing works #13

move file routing logic to index.js so vercel routing works

move file routing logic to index.js so vercel routing works #13

Workflow file for this run

name: "Label Art Submissions"

Check failure on line 1 in .github/workflows/labeler.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/labeler.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"