-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[No QA] Fix workflow warning about changed native files #55518
[No QA] Fix workflow warning about changed native files #55518
Conversation
@neil-marcellini Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for follow ing, please add testing steps to the PR and we can confirm here #55518 that the fix worked
6e2af41
to
02e1044
Compare
I have updated the qa steps |
Marking this as WIP as we agreed that we are going to add a duplication check - the comments should not keep posting on the same PR with each commit changing the native files |
…m:software-mansion-labs/expensify-app-fork into jnowakow/fix-native-file-comment-workflow
9da99fd
to
68aad6d
Compare
@mountiny I've added check for comment. I had to change trigger to |
All yours @neil-marcellini |
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe unnecessary lines but NAB
@@ -1,7 +1,7 @@ | |||
name: Comment on native files changed | |||
|
|||
on: | |||
pull_request: | |||
pull_request_target: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't love pull_request_target
, it has special rules and we should double check them here: https://github.com/Expensify/App/blob/main/.github/workflows/README.md#security-rules-
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also - I wonder if we can remove this workflow with this upcoming PR: #55328
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm that is good point, we might not need this so much with the workflow in the linked PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it seems that this workflow won't have sense if the #55328 is merged
Lets close this then and focus on the #55328 |
closing in favour off #55328 |
@mountiny
Explanation of Change
This is fix for lately introduced workflow which is right now failing.
Fixed Issues
No issue created
PROPOSAL:
Tests
Workflow will run on any PR that has native files changed. For manual testing one can rerun workflow for example on this PR
Offline tests
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
N/A
Android: mWeb Chrome
N/A
iOS: Native
N/A
iOS: mWeb Safari
N/A
MacOS: Chrome / Safari
N/A
MacOS: Desktop
N/A