Update .github/workflows/mergeabot.yml (#190)

Co-authored-by: Chris Martin <ch.martin@gmail.com>
This commit is contained in:
Joris Buchou 2025-01-03 09:18:45 -08:00 committed by GitHub
parent 3b55cee63b
commit a916af9688
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

19
.github/workflows/mergeabot.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Mergeabot
on:
schedule:
- cron: "0 0 * * *"
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
mergeabot:
runs-on: ubuntu-latest
steps:
- uses: freckle/mergeabot-action@v2
with:
quarantine-days: 5