1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2026-08-24 09:13:21 +00:00
rufus/.github/workflows/lock.yml
Pete Batard 611c6a18f8
[iso] improve GRUB 2.0 bootloader detection
* Mostly to avoid 'Image has an unknown Master Boot Record' with Ubuntu.
* Also the usual cleanup and GitHub Actions bump.
2026-04-29 17:35:04 +01:00

19 lines
574 B
YAML

# Configuration for https://github.com/dessant/lock-threads
name: '[cron] Lock stale issues'
on:
schedule:
- cron: '33 22 * * *'
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-inactive-days: '90'
issue-comment: >
This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue
if you think you have a related problem or query.