Update .github/workflows/mergeabot.yml

This commit is contained in:
Joris Buchou 2024-12-12 11:53:23 -08:00
parent 3b55cee63b
commit 761a83ccd1

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