Making naming consistent across examples in the documentation for Fleet Tenancy APIs #3132
Workflow file for this run
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: "Pull Request Reviewer" | |
on: | |
pull_request_target: | |
types: [opened, ready_for_review, reopened] | |
permissions: | |
pull-requests: write | |
jobs: | |
test: | |
if: ${{ github.actor != 'modular-magician' }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 | |
- uses: uesteibar/reviewer-lottery@c291d74388da1cb583aff994b8be945e8eefbcd5 # v3.1.0 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |