Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Status code: 404) #1412
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Issue assigner' | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
assign: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: patrickhulce/issue-assigner@eeec7a10bd3c02f02d2284fc82a8adabdc001869 | |
with: | |
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' | |
maintainers: 'paulirish,connorjclark,adamraine,brendankenny' |