Skip to content

Update add-gssoc-label-pr.yml #9

Update add-gssoc-label-pr.yml

Update add-gssoc-label-pr.yml #9

name: Auto Label Issues
on:
issues:
types: [opened, edited]
jobs:
auto-label:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
name: "Auto Label"

Check failure on line 16 in .github/workflows/auto-label-issues.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-label-issues.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
on:
issues:
types: [opened, edited]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
.github/labeler.yml:
GSSOC:
- '.*'
documentation:
- '.README.'
- '.docs.'
enhancement:
- '.feature.'
- '.enhance.'
bug:
- '.bug.'
- '.fix.'
- '.issue.'