Skip to content

Commit

Permalink
show package readme by default on github
Browse files Browse the repository at this point in the history
GitOrigin-RevId: b0b500700b77150bc21ea3c8e41bf3d39819117a
  • Loading branch information
f authored and actions-user committed Sep 20, 2024
1 parent 8c1a3e6 commit 9dd5b8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/packages.react-router-busy.copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Still run on push in destination repo since it might be needed
# 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
# And when PR merged in source, it still closes PR in destination but doesn't update destination repo
if: github.event_name != 'push' || github.repository != 'bitofbreeze/mono'
# if: github.event_name != 'push' || github.repository != 'bitofbreeze/mono'
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand All @@ -33,4 +33,7 @@ jobs:
# Only do SQUASH for initial mirror creation
push_mode: "ITERATIVE"
# 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
# copybara_options: --init-history
# copybara_options: --init-history
# 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
pr_move: |
.github/README.md||packages/react-router-busy/README.md
3 changes: 2 additions & 1 deletion packages/react-router-busy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-router-busy",
"//version": "Not used https://semantic-release.gitbook.io/semantic-release/support/faq#why-is-the-package.jsons-version-not-updated-in-my-repository",
"version": "0.0.0",
"description": "Accessible busy state for react-router forms and links",
"description": "Drop-in busy state for react-router forms and links",
"keywords": [
"react-router",
"form",
Expand All @@ -22,6 +22,7 @@
"url": "git+https://github.com/bitofbreeze/react-router-busy.git"
},
"license": "MIT",
"//files": "Publish src too for bun imports",
"files": ["build", "src"],
"type": "module",
"main": "build/busy.js",
Expand Down

0 comments on commit 9dd5b8f

Please sign in to comment.