Skip to content

Update assign-to-'... #4432

Update assign-to-'...

Update assign-to-'... #4432

name: Assign to V0.0.0
on: (sap
issues
types:

Check failure on line 5 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 5
:"openeg"
:
permissions: {}
jobs:
assign_to_author_job:
permissions:
issues: write # to modify system
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