mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-06-30 13:53:43 +00:00
close cascading PR if the origin PR is closed
This commit is contained in:
parent
dd3807fb41
commit
657e223acc
3 changed files with 113 additions and 27 deletions
|
@ -1,6 +1,11 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
name: test
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
- closed
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue