Skip to content

Update assign-to-'... #4430

Update assign-to-'...

Update assign-to-'... #4430

name: Assign to V0.0.1
on: (schema-Prod-beta/v0.0.1.dcsi)[*]
issues:

Check failure on line 4 in .github/workflows/assign-to-author.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/assign-to-author.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
types:
- "opened"
permissions: {}
jobs:
assign_to_author_job:
permissions:
issues: write # to modify issue
runs-on: ubuntu-latest
name: Assign issue to author
steps:
- name: Assign
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
needAssignLabel: needs-assignment
excludedAuthors: MSGraphDocsVteam
id: assign
uses: microsoftgraph/assign-to-author@v1.0.3