Skip to content

Images are not attached to the signature in the onMessageSend event in Outlook Online and the new Outlook #890

Images are not attached to the signature in the onMessageSend event in Outlook Online and the new Outlook

Images are not attached to the signature in the onMessageSend event in Outlook Online and the new Outlook #890

name: Process Regression Feedback
on:
issue_comment:
types: [edited]
jobs:
process_feedback:
runs-on: ubuntu-latest
if: contains(github.event.comment.body, '## Regression Analysis Needs Your Input') && contains(github.event.comment.body, '<!-- comment_id:')
permissions:
issues: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install --quiet requests
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMMENT_ID: ${{ github.event.comment.id }}
COMMENT_BODY: ${{ github.event.comment.body }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
ISSUE_USER: ${{ github.event.issue.user.login }}
ISSUE_TITLE: ${{ github.event.issue.title }}
REGRESSION_ICM_LOGIC_APP_URL: ${{ secrets.REGRESSION_ICM_LOGIC_APP_URL }}
run: python issue-scripts/process_regression_feedback.py