Skip to content

Commit

Permalink
Add a workflow to let @lvessiller-opendsi and @Crycks merge 18.0 PR b…
Browse files Browse the repository at this point in the history
…y accepting reviews
  • Loading branch information
fcharlaix-opendsi committed Nov 15, 2024
1 parent ce9a1b3 commit 286a4a5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pr-18.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
pull_request:
types:
- opened
branches:
- "18.0"

jobs:
run:
runs-on: ubuntu-22.04
steps:
- name: Create PR review request
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
url: ${{ github.event.pull_request.html_url }}
run: |
gh pr edit "$url" --add-assignee lvessiller-opendsi,rycks --add-reviewer lvessiller-opendsi,rycks
gh pr merge "$url" --merge --auto

0 comments on commit 286a4a5

Please sign in to comment.