prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

another try for taze updater

Tyler 3a26336e 6d350499

+2 -2
+2 -2
.github/actions/taze-update/action.yml
··· 6 6 taze-input: 7 7 description: "Flags or args to pass to taze we recommend low concurrency with github runners (default: -w --concurrency 3)" 8 8 required: false 9 - default: "-w --concurrency 3" 9 + default: "-w --concurrency 1" 10 10 branch-prefix: 11 11 description: "Prefix for the branch name (default: chore/update-deps)" 12 12 required: false ··· 33 33 - name: Update dependencies 34 34 run: | 35 35 taze ${{ inputs.taze-input }} 36 - pnpm install 36 + pnpm install --no-frozen-lockfile 37 37 shell: bash 38 38 39 39 - name: Create Pull Request