mirror of
https://github.com/blender/blender
synced 2026-09-27 19:44:35 +03:00
11 lines
213 B
YAML
11 lines
213 B
YAML
name: Close GitHub Pull Requests
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '* */12 * * *'
|
|
|
|
jobs:
|
|
close_prs:
|
|
uses: blender/.github/.github/workflows/close-github-prs.yml@main
|
|
with:
|
|
allowed-repo: blender/blender
|