mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-07-03 02:41:29 +02:00
Use workflow_call instead of pull_request (#30)
workflow call instead of pull request
This commit is contained in:
parent
1aec8967d3
commit
7af38bd652
14
.github/workflows/label-reviews.yml
vendored
14
.github/workflows/label-reviews.yml
vendored
@ -2,18 +2,8 @@
|
|||||||
name: Label Reviews
|
name: Label Reviews
|
||||||
# Trigger the workflow on pull requests
|
# Trigger the workflow on pull requests
|
||||||
on:
|
on:
|
||||||
pull_request:
|
workflow_call:
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
- reopened
|
|
||||||
- synchronize
|
|
||||||
- labeled
|
|
||||||
- unlabeled
|
|
||||||
pull_request_review:
|
|
||||||
types:
|
|
||||||
- submitted
|
|
||||||
- edited
|
|
||||||
- dismissed
|
|
||||||
jobs:
|
jobs:
|
||||||
require-reviewers:
|
require-reviewers:
|
||||||
# Optional: skip check if no relevant label is present
|
# Optional: skip check if no relevant label is present
|
||||||
|
Loading…
x
Reference in New Issue
Block a user