Skip to content

Bump actions/checkout from 4.2.1 to 4.2.2 #13

Bump actions/checkout from 4.2.1 to 4.2.2

Bump actions/checkout from 4.2.1 to 4.2.2 #13

name: 'Auto Assign reviewers'
on:
pull_request:
types: [opened, ready_for_review]
permissions:
contents: read
jobs:
add-reviews:
permissions:
contents: read # for kentaro-m/auto-assign-action to fetch config file
pull-requests: write # for kentaro-m/auto-assign-action to assign PR reviewers
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: kentaro-m/auto-assign-action@f4648c0a9fdb753479e9e75fc251f507ce17bb7e # v2.0.0