Skip to content

Commit

Permalink
Create close_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Upkar Lidder authored Jan 12, 2022
1 parent 9aba492 commit ee50e9a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/close_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Close Pull Request

on:
pull_request_target:
types: [opened]

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3
with:
# Optional. Post a issue comment just before closing a pull request.
comment: "Congratulations! You have completed the lab. Closing for maintainence purpose."

0 comments on commit ee50e9a

Please sign in to comment.