mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
1e5fad7433
Run this hourly. I'm not seeing any effects, let's see if running it more frequently will allow it to avoid the GitHub ratelimit https://github.com/dessant/lock-threads#why-are-only-some-issues-and-pull-requests-processed
19 lines
301 B
YAML
19 lines
301 B
YAML
name: 'Lock Threads'
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 * * * *'
|
|
|
|
permissions:
|
|
issues: write
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
action:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/lock-threads@v2
|
|
with:
|
|
issue-lock-inactive-days: 90
|
|
pr-lock-inactive-days: 90
|