Skip to content

graph.microsoft.com/beta/users/[id]/usageRights throws 500 error about 30% of the time (I know it's beta but that seem very high) #4406

graph.microsoft.com/beta/users/[id]/usageRights throws 500 error about 30% of the time (I know it's beta but that seem very high)

graph.microsoft.com/beta/users/[id]/usageRights throws 500 error about 30% of the time (I know it's beta but that seem very high) #4406

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