Skip to content

Change subject of student_starts_course email to be correct regardless of the student's access date #1152

Change subject of student_starts_course email to be correct regardless of the student's access date

Change subject of student_starts_course email to be correct regardless of the student's access date #1152

name: Close issues related to a merged PR
on:
pull_request:
types: [closed]
jobs:
closeIssueOnPrMergeTrigger:
runs-on: ubuntu-latest
steps:
- name: Closes issues related to a merged pull request.
uses: docker://ghcr.io/automattic/gha-mjolnir
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}