Skip to content

Commit cfa2f06

Browse files
committed
Add github workflow to auto test
1 parent dc85ca0 commit cfa2f06

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/lock.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)