mirror of
https://github.com/hagezi/dns-blocklists.git
synced 2026-05-22 10:49:12 +00:00
update
This commit is contained in:
parent
14a74e9167
commit
08232cf581
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -66,7 +66,19 @@ jobs:
|
||||
applyToAll: true
|
||||
message: "This issue has been fixed in release [${releaseTag}](${releaseUrl})"
|
||||
needs: release
|
||||
|
||||
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: DeMoorJasper/stale@v2.0.1
|
||||
with:
|
||||
repo-token: ${{ github.token }}
|
||||
stale-message: 'This issue has been inactive for 7 days. Please add a comment to keep it open. Otherwise, it will be closed in 7 days.'
|
||||
days-before-stale: 7
|
||||
days-before-close: 7
|
||||
stale-label: 'no-issue-activity'
|
||||
needs: release
|
||||
|
||||
release-cleanup:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user