Adds APAC timezone meeting details to README #280
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: Auto Request Review | |
on: | |
pull_request_target: | |
types: [opened, ready_for_review, reopened] | |
jobs: | |
auto-request-review: | |
name: Auto Request Review | |
permissions: | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: #Using sha pinning instead of version tag of v0.7.0 | |
- name: Request review based on which files changed | |
uses: necojackarc/auto-request-review@e08cdffa277d50854744de3f76230260e61c67f4 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |