Skip to content

Commit

Permalink
Rework automatic merge action
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Feb 15, 2021
1 parent ff1f645 commit 6f15dc1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ updates:
time: '03:00'
open-pull-requests-limit: 10
labels:
- pedantic
- automerge
17 changes: 17 additions & 0 deletions .github/workflows/automatic-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "Automatic Merge"

on:
schedule:
- cron: '0 * * * *'

jobs:
merge:
name: "Merge Pull Requests"
runs-on: ubuntu-latest

steps:
- name: "Merge"
uses: "nucleos/auto-merge-action@1.0.0-alpha2"
env:
"GITHUB_TOKEN": ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}

0 comments on commit 6f15dc1

Please sign in to comment.