mirror of
https://github.com/blender/blender
synced 2026-09-27 19:44:35 +03:00
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:
parent
5f0df93ad6
commit
7df1a0a1b7
1 changed files with 0 additions and 11 deletions
11
.github/workflows/close-prs.yml
vendored
11
.github/workflows/close-prs.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue