Skip to content

Commit

Permalink
Update infra-meeting-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal authored Sep 10, 2024
1 parent 8160733 commit 7237dd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/infra-meeting-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:
return markdown
}
done = await getMilestoneAsMarkdown(context.payload.inputs.milestone_id, 'closed', 'completed', '')
notPlanned = await getMilestoneAsMarkdown(context.payload.inputs.milestone_id, 'closed', 'not_planned', '')
wip = await getMilestoneAsMarkdown(context.payload.inputs.milestone_id, 'open', '', '')
todo = await getMilestoneAsMarkdown('none', 'open', '', 'triage')
let done = await getMilestoneAsMarkdown(context.payload.inputs.milestone_id, 'closed', 'completed', '')
let notPlanned = await getMilestoneAsMarkdown(context.payload.inputs.milestone_id, 'closed', 'not_planned', '')
let wip = await getMilestoneAsMarkdown(context.payload.inputs.milestone_id, 'open', '', '')
// let todo = await getMilestoneAsMarkdown('none', 'open', '', 'triage')
return `Markdown for the infra team sync meeting notes preparation:
<pre><code>
Expand Down

0 comments on commit 7237dd8

Please sign in to comment.