Skip to content

Commit 04136a3

Browse files
Upkar LidderTrikim7
authored andcommitted
Automatically close PRs
1 parent 0169944 commit 04136a3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/close_prs.yml

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."

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
}
44
.circle{
55
border-radius:50%;
6-
width:300px;
6+
width: 500px;
77
height:300px;
88
}

0 commit comments

Comments
 (0)