Skip to content

Commit 7b9fc9e

Browse files
Update .github/workflows/mergeabot.yml
1 parent f253a1c commit 7b9fc9e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/mergeabot.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Mergeabot
2+
3+
on:
4+
schedule:
5+
- cron: "0 0 * * *"
6+
7+
pull_request:
8+
9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
13+
jobs:
14+
mergeabot:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: freckle/mergeabot-action@v2
18+
with:
19+
quarantine-days: 5

0 commit comments

Comments
 (0)