updates the documentation for app_signon_policy_rule and list of acceptable value for config office365_client_include #456
This file contains hidden or 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: "Pull Request Reviewer" | |
| on: | |
| pull_request_target: | |
| types: [opened, ready_for_review, reopened] | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| add-reviewer: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: kentaro-m/auto-assign-action@v2.0.2 | |
| with: | |
| configuration-path: ".github/reviewer-lottery.yml" | |
| repo-token: "${{ secrets.GITHUB_TOKEN }}" |