Skip to content

UCI

UCI #56

name: UCI
on:
workflow_dispatch:
schedule:
- cron: '0 12 * * *'
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.sha }}
cancel-in-progress: true
jobs:
stale:
name: Stale
permissions:
issues: write
pull-requests: write
uses: sei-protocol/uci/.github/workflows/[email protected]
with:
days-before-pr-stale: 28