Skip to content

[QA] Chrome | The profile picture display the full image of the avatar. #2424

[QA] Chrome | The profile picture display the full image of the avatar.

[QA] Chrome | The profile picture display the full image of the avatar. #2424

name: Label issues
on:
issues:
types:
- opened
jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Label issues
uses: andymckay/labeler@5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414
with:
add-labels: "new"
repo-token: ${{ secrets.GITHUB_TOKEN }}