Skip to content

Close milestone 5.7.2 #42

Close milestone 5.7.2

Close milestone 5.7.2 #42

Workflow file for this run

name: close-milestone
run-name: Close milestone ${{ github.ref_name }}
on:
release:
types: [published]
jobs:
close:
if: github.repository == 'mistic100/Photo-Sphere-Viewer'
runs-on: ubuntu-latest
steps:
- id: close
uses: Akkjon/close-milestone@main
with:
milestone_name: ${{ github.ref_name }}
crash_on_missing: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- if: ${{ steps.close.outputs.milestone_id != null }}
uses: bflad/action-milestone-comment@v1
with:
milestone: ${{ steps.close.outputs.milestone_id }}
body: |
This feature/bug fix has been released in [version ${{ github.ref_name }}](https://github.com/mistic100/Photo-Sphere-Viewer/releases/tag/${{ github.ref_name }}).