Skip to content

Lock Threads

Lock Threads #8865

Workflow file for this run

# Borrow from https://github.com/flutter/flutter/blob/master/.github/workflows/lock.yaml
# Configuration for Lock Threads - https://github.com/dessant/lock-threads
name: 'Lock Threads'
# By specifying the access of one of the scopes, all of those that are not
# specified are set to 'none'.
permissions:
issues: write
on:
schedule:
- cron: '0 * * * *'
jobs:
lock:
permissions:
issues: write
runs-on: ubuntu-latest
if: ${{ github.repository == 'AgoraIO-Extensions/Agora-Flutter-SDK' }}
steps:
- uses: dessant/lock-threads@c1b35aecc5cdb1a34539d14196df55838bb2f836
with:
process-only: 'issues'
github-token: ${{ github.token }}
# Number of days of inactivity before a closed issue is locked.
issue-inactive-days: '7'
issue-comment: >
This thread has been automatically locked since there has not been
any recent activity after it was closed. If you are still experiencing a
similar issue, please raise a new issue.