Skip to content

Cannot use the plugin zotero-better-bibtex v6.7.173 in JurisM Standalone 6.0.22m4 #50

Cannot use the plugin zotero-better-bibtex v6.7.173 in JurisM Standalone 6.0.22m4

Cannot use the plugin zotero-better-bibtex v6.7.173 in JurisM Standalone 6.0.22m4 #50

Workflow file for this run

name: Comment when opened
on:
issues:
types: [labeled]
jobs:
comment:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- if: github.event.label.name == 'user-bailed'
run: |
gh issue edit $ISSUE --remove-label awaiting-user-feedback'
gh issue close $ISSUE -r 'not planned' -c 'closing for inactivity'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE: ${{ github.event.issue_comment.issue.html_url }}