if-watch 3.2.2

crossplatform asynchronous network watcher
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Close Generated PRs

on:
  schedule:
    - cron: '0 0 * * *'
  workflow_dispatch:

permissions:
  issues: write
  pull-requests: write

jobs:
  stale:
    uses: ipdxco/unified-github-workflows/.github/workflows/reusable-generated-pr.yml@v1