From 1976bbbe30c7a210396eca7e5b2d20112f8e3f67 Mon Sep 17 00:00:00 2001 From: Frank Lemanschik <117739566+lemanschik@users.noreply.github.com> Date: Thu, 4 Jul 2024 06:49:04 +0200 Subject: [PATCH] Update issue.yaml #779 Security emergency Pull that in i will send out emails and reach out on slack --- .github/workflows/issue.yaml | 78 ++++++++++++++++++------------------ 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/.github/workflows/issue.yaml b/.github/workflows/issue.yaml index c503e649..772dab11 100644 --- a/.github/workflows/issue.yaml +++ b/.github/workflows/issue.yaml @@ -1,41 +1,41 @@ -name: Issue Opened +# name: Issue Opened -on: - issues: - types: [opened, reopened] +# on: +# issues: +# types: [opened, reopened] -env: - ISSUE_URL: ${{ github.event.issue.html_url }} - ISSUE_TITLE: ${{ github.event.issue.title }} - ISSUE_BODY: ${{ github.event.issue.body }} -jobs: - new_issue: - name: New Issue - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Send Issues to slack - run: | - echo "Newly opened issue at " - # ISSUE_TITLE=${{ github.event.issue.title }} - # ISSUE_BODY=${{ github.event.issue.body }} - # ISSUE_URL=${{ github.event.issue.issue_url }} - TIME_STAMP="`date +%s`" - cat < /tmp/slack_message.json - { - "type": "mrkdwn", - "text": " Issue Opened on Node Ottoman ", - "attachments": [ - { - "fallback": " Node Ottoman Issue", - "color": "#36a64f", - "pretext": " Opened Issue : $ISSUE_TITLE \n \n $ISSUE_BODY \n \n For more details about issue: $ISSUE_URL ", - "footer_icon": "https://www.couchbase.com/webfiles/1629373386042/images/favicon.ico", - "ts": ${TIME_STAMP} - } - ] - } - EOT - cat /tmp/slack_message.json - SLACK_WEBHOOK_URL="${{ secrets.SLACK_WEBHOOK_URL_DA_ALERTS_SUCCESS }}" - curl -X POST -H 'Content-type: application/json' --data @/tmp/slack_message.json ${SLACK_WEBHOOK_URL} \ No newline at end of file +# env: +# ISSUE_URL: ${{ github.event.issue.html_url }} +# ISSUE_TITLE: ${{ github.event.issue.title }} +# ISSUE_BODY: ${{ github.event.issue.body }} +# jobs: +# new_issue: +# name: New Issue +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 +# - name: Send Issues to slack +# run: | +# echo "Newly opened issue at " +# # ISSUE_TITLE=${{ github.event.issue.title }} +# # ISSUE_BODY=${{ github.event.issue.body }} +# # ISSUE_URL=${{ github.event.issue.issue_url }} +# TIME_STAMP="`date +%s`" +# cat < /tmp/slack_message.json +# { +# "type": "mrkdwn", +# "text": " Issue Opened on Node Ottoman ", +# "attachments": [ +# { +# "fallback": " Node Ottoman Issue", +# "color": "#36a64f", +# "pretext": " Opened Issue : $ISSUE_TITLE \n \n $ISSUE_BODY \n \n For more details about issue: $ISSUE_URL ", +# "footer_icon": "https://www.couchbase.com/webfiles/1629373386042/images/favicon.ico", +# "ts": ${TIME_STAMP} +# } +# ] +# } +# EOT +# cat /tmp/slack_message.json +# SLACK_WEBHOOK_URL="${{ secrets.SLACK_WEBHOOK_URL_DA_ALERTS_SUCCESS }}" +# curl -X POST -H 'Content-type: application/json' --data @/tmp/slack_message.json ${SLACK_WEBHOOK_URL}