Skip to content

MP1-5197: Load screen calibration prior loading window plugins upon startup #16

MP1-5197: Load screen calibration prior loading window plugins upon startup

MP1-5197: Load screen calibration prior loading window plugins upon startup #16

name: "Workflow / Milestone"
on:
pull_request:
types:
- opened
- closed
jobs:
add_on_open:
name: Add Milestone on Open
if: github.event.action == 'opened'
runs-on: ubuntu-latest
steps:
- uses: benelan/milestone-action@v3
add_on_close:
name: Add Milestone on Close / Merge
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: benelan/milestone-action@v3
with:
overwrite: true # remove this line to keep existing milestone