Skip to content

chore(deps-dev): bump postcss from 8.4.31 to 8.4.32 #300

chore(deps-dev): bump postcss from 8.4.31 to 8.4.32

chore(deps-dev): bump postcss from 8.4.31 to 8.4.32 #300

Workflow file for this run

name: Assign reviewer
on: pull_request
permissions:
pull-requests: write
# There is a bug with the github cli pr edit function which makes it require the repository-projects permission
repository-projects: read
jobs:
assign-reviewer:
name: Assign PR for review
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Assign
id: assign
run: gh pr edit ${{ github.event.pull_request.html_url }} --add-reviewer kdmcguire