Skip to content

Commit 2e7b7bd

Browse files
authored
Update close_pr.yml
1 parent 550b669 commit 2e7b7bd

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/close_pr.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1 @@
1-
name: Close Pull Request
21

3-
on:
4-
pull_request_target:
5-
types: [opened]
6-
7-
jobs:
8-
run:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: superbrothers/close-pull-request@v3
12-
with:
13-
# Optional. Post a issue comment just before closing a pull request.
14-
comment: "Congratulations! You have completed the lab. Closing for maintainence purpose."

0 commit comments

Comments
 (0)