Skip to content

第一次事件无法获取 page.data 中的最新值,第二次可以,为什么? #8608

第一次事件无法获取 page.data 中的最新值,第二次可以,为什么?

第一次事件无法获取 page.data 中的最新值,第二次可以,为什么? #8608

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}}