Updater: [Win IDE] GM can crash on startup after updating from 2024.1100 Beta 686 to 700 #3656
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: 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 |