Skip to content

Getting error while using Microsoft examples #4360

Getting error while using Microsoft examples

Getting error while using Microsoft examples #4360

name: Assign to author
on:
issues:
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