mirror of
https://github.com/iptv-org/iptv
synced 2025-12-18 11:27:34 -05:00
Merge pull request #25959 from iptv-org/patch-2025.08.2
Patch 2025.08.2
This commit is contained in:
24
.github/workflows/stale.yml
vendored
Normal file
24
.github/workflows/stale.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
name: stale
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
jobs:
|
||||||
|
stale:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: tibdex/github-app-token@v1.8.2
|
||||||
|
id: create-app-token
|
||||||
|
with:
|
||||||
|
app_id: ${{ secrets.APP_ID }}
|
||||||
|
private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||||
|
- uses: actions/stale@v9
|
||||||
|
with:
|
||||||
|
repo-token: ${{ steps.create-app-token.outputs.token }}
|
||||||
|
days-before-stale: 180
|
||||||
|
days-before-close: 7
|
||||||
|
stale-issue-label: 'stale'
|
||||||
|
any-of-issue-labels: 'channel search'
|
||||||
|
close-issue-message: 'This request has been closed because it has been inactive for more than 180 days.'
|
||||||
Reference in New Issue
Block a user