Move to Gitea
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m44s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m44s
This commit is contained in:
15
.github/workflows/lock.yml
vendored
15
.github/workflows/lock.yml
vendored
@ -1,15 +0,0 @@
|
||||
name: lock pull-request
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
jobs:
|
||||
lock:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: lock pull request
|
||||
uses: sudo-bot/action-pull-request-lock@v1.0.5
|
||||
with:
|
||||
github-token: ${{ secrets.SUDO_BOT_TOKEN }}
|
||||
number: ${{ github.event.pull_request.number }}
|
||||
lock-reason: resolved
|
Reference in New Issue
Block a user