Merge branch 'main' into patch-5

This commit is contained in:
Leona B. Campbell 2020-10-08 14:26:06 -07:00 коммит произвёл GitHub
Родитель 364a4321c4 d5112be347
Коммит 24c784244a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 17 добавлений и 2 удалений

5
.github/allowed-actions.js поставляемый
Просмотреть файл

@ -31,5 +31,6 @@ module.exports = [
'repo-sync/github-sync@v2',
'repo-sync/pull-request@v2',
'rtCamp/action-slack-notify@master',
'rtCamp/action-slack-notify@v2.1.0'
]
'rtCamp/action-slack-notify@v2.1.0',
'tjenkinson/gh-action-auto-merge-dependency-updates@cee2ac0'
]

14
.github/workflows/automerge-dependencies.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,14 @@
name: Auto Merge Dependency Updates
on:
- pull_request
- pull_request_review
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@cee2ac0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
allowed-actors: dependabot[bot]