2021-09-14 22:31:38 +00:00
|
|
|
# https://docs.github.com/actions
|
|
|
|
|
2021-09-14 23:18:01 +00:00
|
|
|
name: Auto-merge
|
2021-09-14 22:31:38 +00:00
|
|
|
|
|
|
|
on: pull_request_target
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
pull-requests: write
|
|
|
|
contents: write
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
dependabot:
|
2021-09-14 23:18:01 +00:00
|
|
|
name: Dependabot
|
2022-02-11 01:10:24 +00:00
|
|
|
uses: YOURLS/.github/.github/workflows/auto-merge.yml@main
|