Skip to content

Model base types are not included even when they are not abstract #79

Model base types are not included even when they are not abstract

Model base types are not included even when they are not abstract #79

Workflow file for this run

name: 'Label Actions'
on:
issues:
types: [labeled]
discussion:
types: [labeled]
permissions:
contents: read
issues: write
pull-requests: read
discussions: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@102faf474a544be75fbaf4df54e73d3c515a0e65 #4.0.1
with:
github-token: ${{ github.token }}