Skip to content

Commit

Permalink
Merge branch 'develop' into fix#6391-2
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharsh05 authored Dec 20, 2023
2 parents 6993b3c + 7c21b80 commit a9c7046
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
### WHAT
copilot:summary

## Proposed Changes

- Fixes #issue?
- Fixes #issue_number
- Change 1
- Change 2
- More?
Expand All @@ -18,6 +15,3 @@ copilot:summary
- [ ] Prep screenshot or demo video for changelog entry, and attach it to issue.
- [ ] Request for Peer Reviews
- [ ] Completion of QA

### HOW
copilot:walkthrough
2 changes: 1 addition & 1 deletion .github/workflows/thank-you.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Say thanks for the contributors

on:
pull_request:
pull_request_target:
types:
- closed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@ let make = (~id, ~facilityId, ~patientId, ~consultationId, ~dailyRound) => {
<button
onClick={_ =>
Notifications.success({msg: "Critical care log updates are filed successfully"})}
className="btn btn-primary w-full mt-6">
className="btn btn-primary w-full mt-6"
disabled={Js.Array.length(state.updatedEditors) === 0}
>
{str("Complete")}
</button>
</Link>
Expand Down

0 comments on commit a9c7046

Please sign in to comment.