Skip to content

Move local classes to inner to reduce the number of classes in the main package #218

Move local classes to inner to reduce the number of classes in the main package

Move local classes to inner to reduce the number of classes in the main package #218

name: Update Milestone
on:
pull_request_target:
types: [closed]
jobs:
update:
runs-on: ubuntu-latest
name: update-milestone
if: ${{github.event.pull_request.merged == true}}
steps:
- uses: radcortez/milestone-set-action@main
name: milestone set
with:
github-token: ${{secrets.GITHUB_TOKEN}}