Skip to content

Update pr-18.yaml (#32024) #27

Update pr-18.yaml (#32024)

Update pr-18.yaml (#32024) #27

Workflow file for this run

on:
pull_request:
types:
- opened
branches:
- "18.0"
push:
branches:
- "18.0"
jobs:
run:
runs-on: ubuntu-22.04
permissions:
pull-requests: write
steps:
- name: Create PR review request
continue-on-error: true
env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
# GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GH_TOKEN: ${{ secrets.AUTOMATION_TOKEN }}
url: ${{ github.event.pull_request.html_url }}
run: |
# https://cli.github.com/manual/gh_api
gh api \
--method POST \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/requested_reviewers \
-f "reviewers[]=eldy"
#gh pr edit "$url" --add-assignee lvessiller-opendsi,rycks --add-reviewer lvessiller-opendsi,rycks
#gh pr merge "$url" --merge --auto