mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-03-19 18:41:45 +01:00
Update .github/workflows/mergeabot.yml
This commit is contained in:
parent
3b55cee63b
commit
761a83ccd1
19
.github/workflows/mergeabot.yml
vendored
Normal file
19
.github/workflows/mergeabot.yml
vendored
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user