Skip to content

Monthly issue metrics #6

Monthly issue metrics

Monthly issue metrics #6

Workflow file for this run

name: Monthly issue metrics
on:
workflow_dispatch
permissions:
contents: read
jobs:
build:
name: issue metrics
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: read
steps:
- name: Send mail
uses: dawidd6/action-send-mail@v3
with:
server_address: smtp-mail.outlook.com
server_port: 587
username: ${{secrets.EMAIL}}
# Optional (recommended) mail server password
subject: TEST TEST Github Actions job result
to: reechak@amazon.com
from: BDX Team
body: test | TEST | test
convert_markdown: true