-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b74549b
commit a945c70
Showing
28 changed files
with
4,908 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,8 @@ jobs: | |
cd pr | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "dax" | ||
echo ${{ github.event.pull_request.base.ref }} | ||
git fetch origin ${{ github.event.pull_request.base.ref }} | ||
git rebase origin/${{ github.event.pull_request.base.ref }} | ||
npm install | ||
npm run build | ||
|
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,2 +1,3 @@ | ||
- Onboarding Highlights (#1059) | ||
- RemoteMessagingFramework component (#1114) | ||
- [Google password manager] Android isolated module for password import (#1157) | ||
- Update auto-respond-pr.yml to latest pr (#1171) | ||
- RMF Docs (#1170) |
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
Oops, something went wrong.