mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2026-09-01 03:47:30 +02:00
Use workflow_call instead of pull_request (#30)
workflow call instead of pull request
This commit is contained in:
@@ -2,18 +2,8 @@
|
||||
name: Label Reviews
|
||||
# Trigger the workflow on pull requests
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
- labeled
|
||||
- unlabeled
|
||||
pull_request_review:
|
||||
types:
|
||||
- submitted
|
||||
- edited
|
||||
- dismissed
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
require-reviewers:
|
||||
# Optional: skip check if no relevant label is present
|
||||
|
||||
Reference in New Issue
Block a user