Skip to content

the method Value() (driver.Value, error) will be call 3 times,自定义类型的 Value() (driver.Value, error),会被调用 3 次 #6995

the method Value() (driver.Value, error) will be call 3 times,自定义类型的 Value() (driver.Value, error),会被调用 3 次

the method Value() (driver.Value, error) will be call 3 times,自定义类型的 Value() (driver.Value, error),会被调用 3 次 #6995

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened, edited, reopened]
pull_request:
types: [opened, edited, reopened]
jobs:
triage:
runs-on: ubuntu-latest
name: Label issues and pull requests
steps:
- name: check out
uses: actions/checkout@v4
- name: labeler
uses: jinzhu/super-labeler-action@develop
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"