Skip to content

Fixed a bug with serializing anything using Nullable DateTimes #199

Fixed a bug with serializing anything using Nullable DateTimes

Fixed a bug with serializing anything using Nullable DateTimes #199

Workflow file for this run

name: Auto Labeller
on:
pull_request:
types:
- opened
- edited
jobs:
labelling:
name: Labelling
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: harupy/auto-labeling@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
label-pattern: '- \[(.*?)\] ?`(.+?)`' # matches '- [x] `label`'