Skip to content

Data type marshalling: correct handling of 64 bit integers #4

Data type marshalling: correct handling of 64 bit integers

Data type marshalling: correct handling of 64 bit integers #4

Workflow file for this run

name: Open Issue
on:
issues:
types:
- opened
jobs:
label_issue:
runs-on: ubuntu-latest
steps:
- env:
GITHUB_TOKEN: ${{ github.token }}
ISSUE_URL: ${{ github.event.issue.html_url }}
run: |
gh issue edit $ISSUE_URL --add-label "triage"