Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Luis Cano Rodríguez <hello@juanlu.space>2021-07-09 10:08:14 +0300
committerJuan Luis Cano Rodríguez <hello@juanlu.space>2021-07-09 10:08:14 +0300
commit03bf83365eb7a5180e93a3ccd5c050f5da36c489 (patch)
tree2e06477a42efa0282003973ed0c5fde357ead64c /.github
parent8c620994561f2f5243e6385f99fd2a27b6adb17c (diff)
Add mandatory GitHub token to lock workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lock.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml
index bd02a7f7b..057e5a6f3 100644
--- a/.github/workflows/lock.yml
+++ b/.github/workflows/lock.yml
@@ -14,5 +14,6 @@ jobs:
steps:
- uses: dessant/lock-threads@v2
with:
+ github-token: ${{ github.token }}
issue-lock-inactive-days: '30'
pr-lock-inactive-days: '30'