Skip to content

Commit

Permalink
Merge pull request #123 from Brushfam/clickup-issue-ci
Browse files Browse the repository at this point in the history
clickup issue CI
  • Loading branch information
Artemka374 authored Aug 1, 2023
2 parents d0c8695 + df3659c commit cd30410
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/clickup-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
on:
issues:
types: [ opened ]


jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Send mail
uses: dawidd6/action-send-mail@v3
with:
server_address: smtp.gmail.com
server_port: 465
secure: true

username: ${{secrets.EMAIL}}
password: ${{secrets.EMAIL_PASSWORD}}

subject: ${{ github.event.issue.title }} <due 1 week>
to: ${{secrets.CLICKUP_EMAIL}}
from: Openbrush CI
body: ${{ github.event.issue.body }}

0 comments on commit cd30410

Please sign in to comment.