-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into swiftUIwidget
- Loading branch information
Showing
370 changed files
with
17,204 additions
and
2,832 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
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: | ||
- 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! | ||
issuesClosed: | | ||
🌸 Thanks for closing this Issue! | ||
Please head over to the [Docs Forum](https://discuss.codecademy.com/c/community/community-docs/2205) if you have any questions about Docs, or reply to the thread on [Possible Content Discussion](https://discuss.codecademy.com/t/find-a-starting-point-possible-content-discussion/745868) to share ideas and collaborate with other contributors, maintainers, or super users to determine good future issues that will help expand Docs! |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ ol-prefix: | |
style: "ordered" | ||
code-fence-style: | ||
style: "backtick" | ||
emphasis-style: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
content/python/concepts/conditionals/conditionals.md | ||
content/css/concepts/display/display.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.