Skip to content

fix: set lighthouse numberOfRuns correctly to ensure gh actions honors it #353

fix: set lighthouse numberOfRuns correctly to ensure gh actions honors it

fix: set lighthouse numberOfRuns correctly to ensure gh actions honors it #353

Workflow file for this run

name: Auto-assign author to pull request
on:
pull_request:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: Auto-assign author to PR
uses: hkusu/review-assign-action@v1
with:
assignees: ${{ github.actor }} # assign pull request author