Skip to content

Commit

Permalink
Add mergeabot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Feb 5, 2024
1 parent a6768d5 commit 90f6df5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/mergeabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Mergeabot

on:
pull_request:
schedule:
- cron: "0 0 * * *"

permissions:
contents: write
pull-requests: write

jobs:
mergeabot:
runs-on: ubuntu-latest
steps:
- uses: freckle/mergeabot-action@v1
with:
quarantine-days: -1

0 comments on commit 90f6df5

Please sign in to comment.