Skip to content

S2明细表鼠标悬停每行上面,去掉下边框🤔 #12132

S2明细表鼠标悬停每行上面,去掉下边框🤔

S2明细表鼠标悬停每行上面,去掉下边框🤔 #12132

name: Issue Remove Inactive
on:
issues:
types: [edited]
issue_comment:
types: [created, edited]
jobs:
issue-remove-inactive:
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,🤔 need reproduce,👀 need more info'