Skip to content

[Bug] Lobe causing the infinite loading of the model preview feature in web UI 本主题插件导致 webui 的模型预览图功能和已安装扩展列表无限加载 #630

[Bug] Lobe causing the infinite loading of the model preview feature in web UI 本主题插件导致 webui 的模型预览图功能和已安装扩展列表无限加载

[Bug] Lobe causing the infinite loading of the model preview feature in web UI 本主题插件导致 webui 的模型预览图功能和已安装扩展列表无限加载 #630

name: Issue Remove Inactive
on:
issues:
types: [edited]
issue_comment:
types: [created, edited]
permissions:
contents: read
jobs:
issue-remove-inactive:
permissions:
issues: write # for actions-cool/issues-helper to update issues
pull-requests: write # for actions-cool/issues-helper to update PRs
runs-on: ubuntu-latest
steps:
- name: remove inactive
if: github.event.issue.state == 'open' && github.actor == github.event.issue.user.login
uses: actions-cool/issues-helper@v3
with:
actions: 'remove-labels'
issue-number: ${{ github.event.issue.number }}
labels: 'Inactive'