Skip to content

java.lang.Throwable: Stub ids not found for key in index = nl.hannahsten.texifyidea.commands, file = file:///Users/ivanokhmatovskii/Desktop/FDTD MS Thesis/main.tex, file type = nl.hannahsten.texifyidea.file.LatexFileType@5f17847, indexed file type = nl.hannahsten.texifyidea.file.LatexFileType@5f17847 #4874

java.lang.Throwable: Stub ids not found for key in index = nl.hannahsten.texifyidea.commands, file = file:///Users/ivanokhmatovskii/Desktop/FDTD MS Thesis/main.tex, file type = nl.hannahsten.texifyidea.file.LatexFileType@5f17847, indexed file type = nl.hannahsten.texifyidea.file.LatexFileType@5f17847

java.lang.Throwable: Stub ids not found for key in index = nl.hannahsten.texifyidea.commands, file = file:///Users/ivanokhmatovskii/Desktop/FDTD MS Thesis/main.tex, file type = nl.hannahsten.texifyidea.file.LatexFileType@5f17847, indexed file type = nl.hannahsten.texifyidea.file.LatexFileType@5f17847 #4874

Workflow file for this run

name: "Youtrack Issue Linker"
on:
issues:
types:
- opened
- edited
issue_comment:
types:
- created
- edited
pull_request:
types:
- opened
- edited
pull_request_review:
types:
- submitted
- edited
pull_request_review_comment:
types:
- created
- edited
jobs:
add-youtrack-issue-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
cd ./.github/actions/insert-youtrack-link
npm install
- id: replace
uses: ./.github/actions/insert-youtrack-link
with:
issue-prefix: 'TEX'
youtrack-base-url: 'https://texify-idea.myjetbrains.com/youtrack'
repo-token: ${{ secrets.GITHUB_TOKEN }}