Skip to content

Commit

Permalink
Update .github/workflows/mergeabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freckle-automation-app[bot] authored and pbrisbin committed Dec 17, 2024
1 parent b7bfa3e commit 869b084
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/mergeabot.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 869b084

Please sign in to comment.