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.

whoops - added the rest of the concurrency flags

Tyler f13921d3 3a26336e

+2 -2
+1 -1
.github/actions/taze-update/action.yml
··· 4 4 5 5 inputs: 6 6 taze-input: 7 - description: "Flags or args to pass to taze we recommend low concurrency with github runners (default: -w --concurrency 3)" 7 + description: "Flags or args to pass to taze we recommend low concurrency with github runners (default: -w --concurrency 1)" 8 8 required: false 9 9 default: "-w --concurrency 1" 10 10 branch-prefix:
+1 -1
.github/workflows/update-dependencies.yml
··· 20 20 21 21 - uses: ./.github/actions/taze-update 22 22 with: 23 - taze-input: -rw --concurrency 3 23 + taze-input: -rw --concurrency 1 24 24 branch-prefix: update-deps 25 25 pr-title: "update dependencies" 26 26 pr-labels: dependencies