Skip to content

Create close-milestoned-issues.yml #1

Create close-milestoned-issues.yml

Create close-milestoned-issues.yml #1

name: Close milestoned issues when cherry-picked PR is merged
on:
pull_request_target:
types: [closed]
jobs:
close-milestoned-issues:
steps:

Check failure on line 9 in .github/workflows/close-milestoned-issues.yml

View workflow run for this annotation

GitHub Actions / Close milestoned issues when cherry-picked PR is merged

Invalid workflow file

The workflow is not valid. .github/workflows/close-milestoned-issues.yml (Line: 9, Col: 5): Required property is missing: runs-on
- name: Harden Runner
uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3
with:
egress-policy: audit
- name: Logging github event
run: echo '${{ toJSON(github.event) }}' | jq