Skip to content

build(deps): Bump softprops/action-gh-release from 2.0.4 to 2.0.8 #210

build(deps): Bump softprops/action-gh-release from 2.0.4 to 2.0.8

build(deps): Bump softprops/action-gh-release from 2.0.4 to 2.0.8 #210

Workflow file for this run

name: 'Auto Assign'
on:
pull_request:
types: [opened, ready_for_review]
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
assign-owner:
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@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
egress-policy: audit
- uses: kentaro-m/auto-assign-action@f4648c0a9fdb753479e9e75fc251f507ce17bb7e # v2.0.0
with:
configuration-path: '.github/auto-assign.yml'