Files
Titus Fortner 4c64df2cde [build] fix issue trying to guard actions run on forks (#16800)
* [build] fix issue trying to guard actions run on forks
2025-12-27 13:05:43 -06:00

27 lines
678 B
YAML

# Configuration for Lock Threads - https://github.com/dessant/lock-threads
name: 'Lock Issues'
on:
workflow_dispatch:
schedule:
- cron: '45 22 * * *'
permissions:
issues: write
pull-requests: write
jobs:
action:
if: github.event.repository.fork == false
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
process-only: 'issues'
issue-inactive-days: '30'
issue-lock-reason: ''
issue-comment: >
This issue has been automatically locked since there
has not been any recent activity since it was closed.
Please open a new issue for related bugs.