Skip to content

process stale Issues and PR's #1

process stale Issues and PR's

process stale Issues and PR's #1

Workflow file for this run

name: process stale Issues and PR's
on:
schedule:
- cron: 0 6 * * *
workflow_dispatch: {}
permissions:
issues: write
pull-requests: write
actions: write
jobs:
stale_issues:
name: Close Stale Issues
runs-on: ubuntu-latest
steps:
- name: Stale PR+Issues
uses: actions/[email protected]
with:
exempt-issue-labels: help wanted
exempt-pr-labels: