mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-27 20:58:02 +00:00
2b1872f24e
- Rename PolkadotIcon to PezkuwiIcon - Update pinned chains for Pezkuwichain - Add pezkuwichain, bizinikiwi, pezkuwichain-js icons - Update favicon with Pezkuwi branding - Update package.json author to Dijital Kurdistan Tech Institute - Update GitHub links to pezkuwichain/pezkuwi-telemetry - Update backend Cargo.toml authors - Rewrite README with Pezkuwichain documentation - Add GitHub workflows (frontend-ci, backend-ci, docker, lock)
24 lines
448 B
YAML
24 lines
448 B
YAML
name: Lock Threads
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 0 * * *'
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
issues: write
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
lock:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/lock-threads@v5
|
|
with:
|
|
github-token: ${{ github.token }}
|
|
issue-inactive-days: 30
|
|
pr-inactive-days: 30
|
|
issue-lock-reason: resolved
|
|
pr-lock-reason: resolved
|
|
log-output: true
|