mirror of
https://gitlab.com/veloren/veloren
synced 2026-08-16 16:26:07 -04:00
16 lines
312 B
YAML
16 lines
312 B
YAML
# SPDX-FileCopyrightText: 2025 Javier Pérez
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
name: Decommission pull requests on GitHub
|
|
|
|
on:
|
|
pull_request_target:
|
|
types:
|
|
- opened
|
|
|
|
jobs:
|
|
close-pull-request:
|
|
uses: veloren/.github/.github/workflows/no-pr.yml@main
|
|
permissions:
|
|
pull-requests: write
|