Skip to content

No persistence of nested odrl:leftOperand.@id property in /v2/policydefinitions API #73

No persistence of nested odrl:leftOperand.@id property in /v2/policydefinitions API

No persistence of nested odrl:leftOperand.@id property in /v2/policydefinitions API #73

Workflow file for this run

name: triage opened issue
on:
issues:
types:
- reopened
- opened
jobs:
label-issue:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
LABELS: triage