Skip to content

Commit 69bfe43

Browse files
Fix: Repository Compliance Updates
This PR adds the following compliance configurations: * mergeabot
1 parent f2da778 commit 69bfe43

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/mergeabot.yml

Lines changed: 19 additions & 0 deletions
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: -1

0 commit comments

Comments
 (0)