зеркало из https://github.com/github/docs.git
23 строки
461 B
YAML
23 строки
461 B
YAML
name: Auto Merge Dependency Updates
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- 'package*.json'
|
|
- 'Gemfile*'
|
|
- 'Dockerfile'
|
|
- '.github/workflows/**'
|
|
pull_request_review:
|
|
types:
|
|
- edited
|
|
- submitted
|
|
|
|
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]
|