Skip to content

在变量赋值事件中为页面变量赋值保存后,想要重新编辑该事件时无法带出赋值过的变量,只能删除这个事件重新创建一个才行 #8589

在变量赋值事件中为页面变量赋值保存后,想要重新编辑该事件时无法带出赋值过的变量,只能删除这个事件重新创建一个才行

在变量赋值事件中为页面变量赋值保存后,想要重新编辑该事件时无法带出赋值过的变量,只能删除这个事件重新创建一个才行 #8589

Workflow file for this run

name: Community
on:
issues:
types: [opened, edited, milestoned]
pull_request_target:
types: [opened]
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}