Skip to content

Upgrading version 0.15.1 → 0.16.0 cause "Runtime Error: Could not find profile named 'elementary" #1087

Upgrading version 0.15.1 → 0.16.0 cause "Runtime Error: Could not find profile named 'elementary"

Upgrading version 0.15.1 → 0.16.0 cause "Runtime Error: Could not find profile named 'elementary" #1087

Workflow file for this run

name: Update Triage Label
on: issue_comment
permissions:
issues: write
jobs:
triage_label:
if: contains(github.event.issue.labels.*.name, 'Awaiting Response')
runs-on: ubuntu-latest
steps:
- name: Update label
uses: andymckay/labeler@master
with:
add-labels: "Triage 👀"
remove-labels: "Awaiting Response"