Skip to content

WOQL.literal(0, 'xsd:double') drops @type: DataValue when val is 0 #84

WOQL.literal(0, 'xsd:double') drops @type: DataValue when val is 0

WOQL.literal(0, 'xsd:double') drops @type: DataValue when val is 0 #84

Workflow file for this run

name: Labeling new issue
on:
issues:
types: ['opened']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Renato66/auto-label@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-comments: true
default-labels: '["triage"]'