change actor
This commit is contained in:
parent
5ad3b136e8
commit
7ffb3c92cd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/merge.yml
vendored
2
.github/workflows/merge.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
merge:
|
merge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.actor == 'twoneis' }} && ${{ github.event.pull_request.title == 'Update flake.lock' }}
|
if: ${{ github.actor == 'github-actions[bot]' }} && ${{ github.event.pull_request.title == 'Update flake.lock' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Approve PR
|
- name: Approve PR
|
||||||
|
|
Loading…
Add table
Reference in a new issue