Skip to content

NImage 的工具栏能否 添加插槽或者可以自定义的组件 #2139

NImage 的工具栏能否 添加插槽或者可以自定义的组件

NImage 的工具栏能否 添加插槽或者可以自定义的组件 #2139

Workflow file for this run

name: Add Bug Labels
on:
issues:
types: [opened]
jobs:
add-labels:
runs-on: ubuntu-latest
if: contains(github.event.issue.body, '__BUG__') == true
steps:
- name: Add labels
uses: actions-cool/issues-helper@v3
with:
actions: 'add-labels'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
labels: 'untriaged'