Skip to content

Check Milestones

Check Milestones #3

# Simple workflow for deploying static content to GitHub Pages
name: Check Milestones
on:
milestone:
types: [closed]
permissions:
issues: write
pull-requests: write
jobs:
Comment:
runs-on: ubuntu-latest
steps:
- name: check out repository
uses: actions/checkout@v4
# This step references the directory that contains the action.
- name: Running milestone check
uses: ./.github/milestones
with:
state: "closed"