ci: Disable auto-merge for my own PRs
This commit is contained in:
parent
adb40b83d2
commit
3f114a53ca
1 changed files with 2 additions and 2 deletions
4
.github/workflows/auto_merge_prs.yml
vendored
4
.github/workflows/auto_merge_prs.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Auto-merge PRs from owner and trusted bots
|
name: Auto-merge PRs from trusted bots
|
||||||
on: pull_request
|
on: pull_request
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -8,7 +8,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
auto-merge:
|
auto-merge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions' || github.actor == 'Pr0methean' }}
|
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Dependabot metadata
|
- name: Dependabot metadata
|
||||||
id: metadata
|
id: metadata
|
||||||
|
|
Loading…
Add table
Reference in a new issue