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 65b85b7 commit 77db4abCopy full SHA for 77db4ab
.github/workflows/main.yml
@@ -1,14 +1,7 @@
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 successfully completed the lab. Closing the pull request."
+- name: Close Pull Request
+ # You may pin to the exact commit or the version.
+ # uses: superbrothers/close-pull-request@941c41e49ced0c13047ed30146e82bd762e907a9
+ uses: superbrothers/[email protected]
+ with:
+ # Post a issue comment just before closing a pull request.
+ comment: # optional
0 commit comments