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 dc85ca0 commit cfa2f06Copy full SHA for cfa2f06
.github/workflows/lock.yml
@@ -0,0 +1,15 @@
1
+name: lock pull-request
2
+on:
3
+ pull_request:
4
+ types:
5
+ - closed
6
+jobs:
7
+ lock:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: lock pull request
11
+ uses: sudo-bot/[email protected]
12
+ with:
13
+ github-token: ${{ secrets.GITHUB_TOKEN }}
14
+ number: ${{ github.event.pull_request.number }}
15
+ lock_reason: resolved
0 commit comments