Skip to content

feat(content):add rpc comment #30

feat(content):add rpc comment

feat(content):add rpc comment #30

Workflow file for this run

name: Assign
on:
- pull_request
jobs:
assign:
name: Assign
if: endsWith(github.actor, '[bot]') == false && github.event.pull_request.assignee == null
runs-on: ubuntu-latest
permissions:
pull-requests: write
repository-projects: read
steps:
- name: Add event actor to assignees
env:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
run: gh pr edit ${{ github.event.number }} --add-assignee ${{ github.actor }}