Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Mark and close stale issues and PRs #140

Mark and close stale issues and PRs

Mark and close stale issues and PRs #140

Workflow file for this run

name: Mark and close stale issues and PRs
on:
schedule:
- cron: '0 4 * * *'
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: osbuild/common-stale-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}