We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aba492 commit ee50e9aCopy full SHA for ee50e9a
.github/workflows/close_pr.yml
@@ -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."
0 commit comments