Skip to content

Code Editor 2: Creating or deleting any object or script turns all bookmarks invisible and makes them jump to the wrong line #3859

Code Editor 2: Creating or deleting any object or script turns all bookmarks invisible and makes them jump to the wrong line

Code Editor 2: Creating or deleting any object or script turns all bookmarks invisible and makes them jump to the wrong line #3859

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