mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2026-07-15 20:39:58 +02:00
11 lines
247 B
YAML
11 lines
247 B
YAML
name: Check state of other required PRs
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ master, main, release/** ]
|
|
|
|
jobs:
|
|
check-required-prs:
|
|
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/gate-by-required.yml@master
|
|
secrets: inherit
|