change actor

This commit is contained in:
Sanjay Chacku Purakal 2024-04-27 14:39:09 +02:00 committed by GitHub
parent 5ad3b136e8
commit 7ffb3c92cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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