Skip to content

Commit 9dd5b8f

Browse files
factions-user
authored andcommitted
show package readme by default on github
GitOrigin-RevId: b0b500700b77150bc21ea3c8e41bf3d39819117a
1 parent 8c1a3e6 commit 9dd5b8f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/packages.react-router-busy.copy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Still run on push in destination repo since it might be needed
1414
# Note PR opened in dest repo pushes commit to source repo and now it's not run, doesn't seem to matter but if it does check actor
1515
# And when PR merged in source, it still closes PR in destination but doesn't update destination repo
16-
if: github.event_name != 'push' || github.repository != 'bitofbreeze/mono'
16+
# if: github.event_name != 'push' || github.repository != 'bitofbreeze/mono'
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out code
@@ -33,4 +33,7 @@ jobs:
3333
# Only do SQUASH for initial mirror creation
3434
push_mode: "ITERATIVE"
3535
# Make sure to always remove init-history after first copybara push, else PRs created in destination will fail the workflow since --init-history is not compatible with CHANGE_REQUEST
36-
# copybara_options: --init-history
36+
# copybara_options: --init-history
37+
# GitHub allows showing another README by default that is in .github https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes
38+
pr_move: |
39+
.github/README.md||packages/react-router-busy/README.md

packages/react-router-busy/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-router-busy",
33
"//version": "Not used https://semantic-release.gitbook.io/semantic-release/support/faq#why-is-the-package.jsons-version-not-updated-in-my-repository",
44
"version": "0.0.0",
5-
"description": "Accessible busy state for react-router forms and links",
5+
"description": "Drop-in busy state for react-router forms and links",
66
"keywords": [
77
"react-router",
88
"form",
@@ -22,6 +22,7 @@
2222
"url": "git+https://github.com/bitofbreeze/react-router-busy.git"
2323
},
2424
"license": "MIT",
25+
"//files": "Publish src too for bun imports",
2526
"files": ["build", "src"],
2627
"type": "module",
2728
"main": "build/busy.js",

0 commit comments

Comments
 (0)