Skip to content

fix: 自定义计算汇总 calcFunc 回调函数增加 s2 实例, 修复无法获取汇总数据的问题 close #2795 #1339

fix: 自定义计算汇总 calcFunc 回调函数增加 s2 实例, 修复无法获取汇总数据的问题 close #2795

fix: 自定义计算汇总 calcFunc 回调函数增加 s2 实例, 修复无法获取汇总数据的问题 close #2795 #1339

Workflow file for this run

name: PR Closed
on:
pull_request_target:
types: [closed]
jobs:
pr-closed:
runs-on: ubuntu-latest
steps:
- name: Remove lint and test failed labels
uses: actions-cool/issues-helper@main
with:
actions: 'remove-labels'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.pull_request.number }}
labels: '🚨 lint failed,🚨 test failed'