chore: update ci and formatting

This commit is contained in:
Mythie
2023-12-08 13:01:08 +11:00
parent 520522bef7
commit 7feba02e08
15 changed files with 90 additions and 102 deletions

View File

@ -1,10 +1,10 @@
name: "Welcome New Contributors"
name: 'Welcome New Contributors'
on:
pull_request:
types: opened
types: ['opened']
issues:
types: opened
types: ['opened']
permissions:
pull-requests: write
@ -13,7 +13,7 @@ permissions:
jobs:
welcome-message:
name: Welcome Contributors
if: github.repository == 'documenso/documenso' && github.event.action == 'opened'
if: github.event.action == 'opened'
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
@ -24,6 +24,6 @@ jobs:
Thank you for creating your first Pull Request and for being a part of the open signing revolution! 💚🚀
<br /> Feel free to hop into our community in [Discord](https://documen.so/discord)
issue-message: |
Thank you for opening your first issue and for being a part of the open signing revolution!
Thank you for opening your first issue and for being a part of the open signing revolution!
<br /> One of our team members will review it and get back to you as soon as it possible 💚
<br /> Meanwhile, please feel free to hop into our community in [Discord](https://documen.so/discord)