Skip to content

绑定与校验设置默认值什么时候生效, 我在json body设置有值, 但是会被默认值覆盖 #563

绑定与校验设置默认值什么时候生效, 我在json body设置有值, 但是会被默认值覆盖

绑定与校验设置默认值什么时候生效, 我在json body设置有值, 但是会被默认值覆盖 #563

Workflow file for this run

name: "Labeler"
on:
issues:
types: [ opened, edited, reopened ]
jobs:
triage:
if: contains(github.event.issue.labels.*.name, 'invalid issue') || join(github.event.issue.labels) == ''
runs-on: ubuntu-latest
name: Label issues
steps:
- name: check out
uses: actions/checkout@v3
- name: labeler
uses: jbinda/super-labeler-action@develop
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"