Skip to content

Website disappears when editing profile picture on Latte #570

Website disappears when editing profile picture on Latte

Website disappears when editing profile picture on Latte #570

Workflow file for this run

name: Issue Labeler
on:
workflow_dispatch:
issues:
types: [opened, edited]
jobs:
triage:
name: Add labels
runs-on: ubuntu-latest
steps:
- name: Add issue labels
uses: github/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/issue-labeler.yml
enable-versioned-regex: 0
include-title: 1
sync-labels: 1