mirror of
https://github.com/brittonhayes/validate-yaml.git
synced 2024-11-23 13:40:57 -05:00
13 lines
239 B
YAML
13 lines
239 B
YAML
|
name: "automerge"
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- main
|
||
|
|
||
|
jobs:
|
||
|
merge:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: ahmadnassri/action-dependabot-auto-merge@v2
|
||
|
with:
|
||
|
github-token: ${{ secrets.DEPENDABOT_PUBLIC_TOKEN }}
|