Skip to content

Commit

Permalink
github: trigger auto merge manually too
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen committed Apr 4, 2024
1 parent 4ccd1b8 commit 125cde3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,14 @@ jobs:
workflow_id: 'check.yml',
ref: 'update_flake_lock_action',
})
- name: trigger auto merge
uses: actions/github-script@v6
with:
script: |
github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: 'auto-merge.yml',
ref: 'update_flake_lock_action',
})

0 comments on commit 125cde3

Please sign in to comment.