mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
Updated .github/workflows/auto-approve.yml
This commit is contained in:
parent
f19c3867d6
commit
7479cf515b
1 changed files with 5 additions and 1 deletions
6
.github/workflows/auto-approve.yml
vendored
6
.github/workflows/auto-approve.yml
vendored
|
@ -14,6 +14,10 @@ jobs:
|
||||||
github.actor == 'dependabot-preview[bot]' ||
|
github.actor == 'dependabot-preview[bot]' ||
|
||||||
github.actor == 'dependabot-preview' ||
|
github.actor == 'dependabot-preview' ||
|
||||||
github.actor == 'renovate[bot]' ||
|
github.actor == 'renovate[bot]' ||
|
||||||
github.actor == 'renovate'
|
github.actor == 'renovate' ||
|
||||||
|
github.actor == 'pyup-bot' ||
|
||||||
|
github.actor == 'github-actions[bot]' ||
|
||||||
|
github.actor == 'pre-commit-ci' ||
|
||||||
|
github.actor == 'pre-commit-ci[bot]'
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.PAT_TOKEN }}
|
github-token: ${{ secrets.PAT_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue