forked from Codecademy/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
24 lines (24 loc) · 1.09 KB
/
post-merge-survey.yml
File metadata and controls
24 lines (24 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: Post-Merge Survey
on:
pull_request_target:
types: [closed]
jobs:
run:
if: >-
github.event.pull_request.user.login != 'Dusch4593' &&
github.event.pull_request.user.login != 'yangc95' &&
github.event.pull_request.user.login != 'KTom101' &&
github.event.pull_request.user.login != 'SSwiniarski' &&
github.event.pull_request.user.login != 'HishamT' &&
github.event.pull_request.user.login != 'caupolicandiaz' &&
github.event.pull_request.user.login != 'lucwhite'
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-comment@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pullRequestMerged: |
👋 @{{ author }}
You have contributed to Codecademy Docs, and we would like to know more about you and your experience.
Please take a minute to fill out [this four question survey](https://codecademyready.typeform.com/to/O3hzYoBB) to help us better understand Docs contributions and how we can improve the experience for you and our learners.
Thank you for your help!