mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-11 23:33:11 +00:00
13 lines
No EOL
319 B
YAML
13 lines
No EOL
319 B
YAML
name: 'Merge Dependencies'
|
|
|
|
on: [pull_request_target]
|
|
|
|
jobs:
|
|
auto-merge:
|
|
runs-on: ubuntu-latest
|
|
if: github.actor == 'dependabot[bot]'
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
uses: ahmadnassri/action-dependabot-auto-merge@v2.6.6
|
|
with:
|
|
github-token: ${{ secrets.AUTOMERGE_TOKEN }} |