Skip to content

Replace TabControl with Expander in Explorer Plugin Setting Panel to fix issue with scaling greater than 125% #381

Replace TabControl with Expander in Explorer Plugin Setting Panel to fix issue with scaling greater than 125%

Replace TabControl with Expander in Explorer Plugin Setting Panel to fix issue with scaling greater than 125% #381

Workflow file for this run

name: Set Milestone
# Assigns the earliest created milestone that matches the below glob pattern.
on:
pull_request_target:
types: [opened]
permissions:
pull-requests: write
jobs:
automation:
runs-on: ubuntu-latest
steps:
- name: set-milestone
uses: andrefcdias/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
milestone: "+([0-9]).+([0-9]).+([0-9])"
use-expression: true