Skip to content

Getting access denied when using this for a standard user in the DoD cloud tenant #4420

Getting access denied when using this for a standard user in the DoD cloud tenant

Getting access denied when using this for a standard user in the DoD cloud tenant #4420

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