diff options
| author | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-07-09 09:08:14 +0200 |
|---|---|---|
| committer | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-07-09 09:08:14 +0200 |
| commit | 03bf83365eb7a5180e93a3ccd5c050f5da36c489 (patch) | |
| tree | 2e06477a42efa0282003973ed0c5fde357ead64c /.github | |
| parent | 8c620994561f2f5243e6385f99fd2a27b6adb17c (diff) | |
| download | sphinx-git-03bf83365eb7a5180e93a3ccd5c050f5da36c489.tar.gz | |
Add mandatory GitHub token to lock workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lock.yml | 1 |
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' |
