Skip to content

Commit b419e20

Browse files
committed
[ci] add autocloser workflow to deleegate to ecs-src
1 parent d894d08 commit b419e20

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/auto_closer.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Auto Closer PR
2+
3+
on:
4+
pull_request_target:
5+
types: [opened]
6+
7+
jobs:
8+
run:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: superbrothers/close-pull-request@v3
13+
with:
14+
comment: "This repository content is generated by easy-coding-standard/ecs-src. Please open pull request in [easy-coding-standard/ecs-src](https://github.com/easy-coding-standard/ecs-src)."

0 commit comments

Comments
 (0)