Create iOS App in Intune #4316
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |