Skip to content

Commit

Permalink
Merge pull request #10 from iancha1992k/main
Browse files Browse the repository at this point in the history
Create close-milestoned-issues.yml
  • Loading branch information
iancha1992k authored Nov 1, 2023
2 parents da8ea8c + 810a15d commit 7a70546
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/close-milestoned-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Close milestoned issues when cherry-picked PR is merged

on:
pull_request_target:
types: [closed]

jobs:
close-milestoned-issues:
steps:
- name: Harden Runner
uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3
with:
egress-policy: audit
- name: Logging github event
run: echo '${{ toJSON(github.event) }}' | jq

0 comments on commit 7a70546

Please sign in to comment.