Skip to content

Commit

Permalink
Update .github/workflows/mergeabot.yml (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: freckle-automation-app[bot] <176077675+freckle-automation-app[bot]@users.noreply.github.com>
  • Loading branch information
freckle-automation-app[bot] authored Dec 19, 2024
1 parent 1e9cd41 commit 5d53d48
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 5d53d48

Please sign in to comment.