Skip to content

build(deps): Bump actions/upload-artifact from 4.0.0 to 4.3.3 #173

build(deps): Bump actions/upload-artifact from 4.0.0 to 4.3.3

build(deps): Bump actions/upload-artifact from 4.0.0 to 4.3.3 #173

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@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- uses: kentaro-m/auto-assign-action@f4648c0a9fdb753479e9e75fc251f507ce17bb7e # v2.0.0
with:
configuration-path: '.github/auto-assign.yml'