NO_LCP for mobile, but same element scores correctly on Desktop #1641
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' |