Skip to content

Updater: [Win IDE] "Check for updates" can say no update when clicked the first time after a new release is ready, despite ui.log saying an update was found #3209

Updater: [Win IDE] "Check for updates" can say no update when clicked the first time after a new release is ready, despite ui.log saying an update was found

Updater: [Win IDE] "Check for updates" can say no update when clicked the first time after a new release is ready, despite ui.log saying an update was found #3209

Workflow file for this run

name: Tag As Duplicate
on:
issue_comment:
types: created
jobs:
add_label:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: checkout
uses: actions/checkout@v2
- name: add label
uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.comment.body, '/duplicate') }}
with:
labels: duplicate