mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-07-01 05:55:39 +02:00
Fix: Repository Compliance Updates
This PR adds the following compliance configurations: * mergeabot
This commit is contained in:
parent
a4c3d9f049
commit
69e3d58bf5
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: -1
|
||||||
Loading…
Reference in New Issue
Block a user