Files
CHOMPStation2/.github/workflows/codeowner_reviews.yml
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
61fd0a599a Bump actions/checkout from 7.0.0 to 7.0.1 (#12934)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-25 00:15:53 +02:00

23 lines
564 B
YAML

name: Codeowner Reviews
# Controls when the workflow will run
on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
assign-users:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so the job can access it
- uses: actions/checkout@v7.0.1
#Request reviews
- name: Request reviews
uses: tgstation/code-reviewers@main
with:
token: ${{ secrets.GITHUB_TOKEN }}