Skip to content

graph 三元组入库报错,在代码中没有找到对应的create tag 这种操作呢 #156

graph 三元组入库报错,在代码中没有找到对应的create tag 这种操作呢

graph 三元组入库报错,在代码中没有找到对应的create tag 这种操作呢 #156

Workflow file for this run

name: Auto label
on:
issues:
types:
- reopened
- opened
- labeled
- unlabeled
- closed
env:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
EVENT: ${{ toJSON(github.event)}}
EVENT_NAME: ${{ github.event_name}}
jobs:
sync:
name: auto label
runs-on: ubuntu-latest
steps:
- uses: HarrisChu/auto_label@v1