Skip to content

[Concept Entry] Javascript: Nullish Coalescing #3249

[Concept Entry] Javascript: Nullish Coalescing

[Concept Entry] Javascript: Nullish Coalescing #3249

name: Post-Merge Messages
on:
pull_request_target:
types: [closed]
issues:
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:
- name: Get Changed Files
id: changed_files
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Generate URLs
id: generate_urls
run: |
echo "urls<<EOF" >> $GITHUB_ENV
CHANGED_FILES="$(git diff --name-only -r HEAD^1 HEAD | xargs)"
URLS=$(python ./.github/scripts/urls.py "$CHANGED_FILES")
echo "$URLS" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- 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!
🎉 Your contribution(s) can be seen here:
${{ env.urls }}
Please note it may take a little while for changes to become visible.
If you're appearing as anonymous and want to be credited, visit the [linked accounts](https://www.codecademy.com/account/linked_accts) page and ensure that your GitHub account is linked.
issuesClosed: |
🌸 Thanks for closing this Issue!