mirror of
https://github.com/LITW-Refined/GTNH-Actions-Workflows.git
synced 2025-12-23 11:18:32 +00:00
Use workflow_call instead of pull_request (#30)
workflow call instead of pull request
This commit is contained in:
14
.github/workflows/label-reviews.yml
vendored
14
.github/workflows/label-reviews.yml
vendored
@@ -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