Skip to content

Outlook Categories color value should be lowercase in the table #4423

Outlook Categories color value should be lowercase in the table

Outlook Categories color value should be lowercase in the table #4423

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/[email protected]