mirror of
https://github.com/dockur/windows.git
synced 2026-07-27 21:42:36 +07:00
15 lines
206 B
YAML
15 lines
206 B
YAML
on:
|
|
pull_request:
|
|
|
|
name: "Review"
|
|
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
checks: write
|
|
|
|
jobs:
|
|
review:
|
|
name: review
|
|
uses: action-pack/.github/.github/workflows/review.yml@master
|