Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

2. Calling a method with ++ (revised) (Integer#__plusplus__) #2

2. Calling a method with ++ (revised) (Integer#__plusplus__)

2. Calling a method with ++ (revised) (Integer#__plusplus__) #2

name: Auto Request Review
on:
pull_request_target:
types: [opened, ready_for_review, reopened]
permissions:
contents: read
jobs:
auto-request-review:
name: Auto Request Review
runs-on: ubuntu-latest
if: ${{ github.repository == 'ruby/ruby' }}
steps:
- name: Request review based on files changes and/or groups the author belongs to
uses: necojackarc/auto-request-review@5f91f424cabb3211c669e49e79da8363f7df395b # v0.10.0
with:
# scope: public_repo
token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}