GitHub: Remove workflow for closing PRs

GitHub finally allows repositories to disable Pull Requests entirely
(most likely due to the backlash from auto-generated PRs from AI bots
wreaking havoc on certain Open Source projects).

Therefore, we don't need to run this workflow anymore.

Pull Request: https://projects.blender.org/blender/blender/pulls/154945
This commit is contained in:
Bart van der Braak 2026-02-27 14:01:43 +01:00
parent 5f0df93ad6
commit 7df1a0a1b7

View file

@ -1,11 +0,0 @@
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