dartlangeditorflutterflutter-appsflutter-examplesflutter-packageflutter-widgetquillquill-deltaquilljsreactquillrich-textrich-text-editorwysiwygwysiwyg-editor
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
713 B
18 lines
713 B
name: 'Welcome New Contributors' |
|
|
|
on: |
|
issues: |
|
types: [opened] |
|
pull_request_target: |
|
types: [opened] |
|
|
|
jobs: |
|
welcome-new-contributor: |
|
runs-on: ubuntu-latest |
|
steps: |
|
- name: 'Greet the contributor' |
|
uses: garg3133/welcome-new-contributors@v1.2 |
|
with: |
|
token: ${{ secrets.BOT_ACCESS_TOKEN }} |
|
issue-message: 'Hello there, on behalf the Flutter Quill Team I would like to thank you for opening your first issue. Your inputs and insights are valuable in shaping a stable and reliable version for all our users. Thank you for being part of the open-source community!' |
|
pr-message: 'Hi there, thanks for opening your first Pull Request to this project!!' |