Skip to content

Фикс the mecha equipment у рипли/файрфайтеров из аспекта #2722

Фикс the mecha equipment у рипли/файрфайтеров из аспекта

Фикс the mecha equipment у рипли/файрфайтеров из аспекта #2722

Workflow file for this run

name: 'Component Owners'
on:
# pull_request_target is suggested for projects where pull requests will be
# made from forked repositories. If pull_request is used in these cases,
# the github token will not have sufficient permission to update the PR.
pull_request_target:
permissions:
contents: read # to read changed files
issues: write # to read/write issue assignees
pull-requests: write # to read/write PR reviewers
jobs:
run_self:
runs-on: ubuntu-latest
name: Auto Assign Owners
steps:
- uses: volas/component-owners@main
with:
# default: .github/component_owners.yml
config-file: .github/COMPONENTOWNERS.yml
# default: ${{ github.token }}
repo-token: ${{ secrets.CODEOWNER_SECRET }}
# default: true
assign-owners: "false"
# default: true
request-owner-reviews: "true"