Skip to content

Commit

Permalink
Merge pull request #10 from freckle/automated-repo-fix/fix/mergeabot-…
Browse files Browse the repository at this point in the history
…1735518602997

🤖 Fix: mergeabot
  • Loading branch information
chris-martin authored Jan 3, 2025
2 parents c60b6db + d3cdf46 commit ac76cb6
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 ac76cb6

Please sign in to comment.