Skip to content

Commit 855b0f1

Browse files
committed
temp
1 parent 83026bb commit 855b0f1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Close Pull Request
2+
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."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Output
1313
simple interest = p*t*r
1414
```
1515

16-
_© 2022 XYZ, Inc._
16+
_© 2025 XYZ, Inc._

0 commit comments

Comments
 (0)