Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update example workflow to include comment reaction (:+1:) #208

Merged
merged 2 commits into from
Sep 18, 2023

Conversation

jtpio
Copy link
Member

@jtpio jtpio commented Sep 14, 2023

Port jupyterlab/jupyterlab#15070 to the Galata update example workflow.

@jtpio jtpio requested a review from krassowski September 14, 2023 08:31
@jtpio jtpio added the documentation Improvements or additions to documentation label Sep 14, 2023
README.md Outdated
@@ -426,10 +426,16 @@ permissions:

jobs:
update-snapshots:
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'update playwright snapshots') }}
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'please update playwright snapshots') }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if we should require please here (some users forger about it). I would even go as far as allowing to omit playwright or at least replacing it with generic term like "test snapshots" (as an alternative - I would keep the current option too).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, fixed in 8d502e0

Copy link
Member

@krassowski krassowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @jtpio!

MacOS test is acting up, will need a re-run

@jtpio
Copy link
Member Author

jtpio commented Sep 18, 2023

The MacOS checks passed after the re-run ✔️

Thanks for the review!

@jtpio jtpio merged commit 5d0a5c9 into jupyterlab:main Sep 18, 2023
@jtpio jtpio deleted the react-playwright-update branch September 18, 2023 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants