Skip to content

Lock Threads

Lock Threads #1126

Workflow file for this run

name: "Lock Threads"
on:
schedule:
- cron: "0 0 * * *"
permissions:
issues: write
pull-requests: write
concurrency:
group: lock
jobs:
lock:
if: github.repository == 'apollographql/apollo-client'
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
github-token: ${{ github.token }}
log-output: true
issue-inactive-days: "30"
exclude-any-issue-labels: "discussion"
issue-comment: >
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
For general questions, we recommend using our [Community Forum](https://community.apollographql.com/) or [Stack Overflow](https://stackoverflow.com/questions/tagged/apollo-client).
pr-inactive-days: "30"
exclude-any-pr-labels: "discussion"