coyotte508/js / workflows /update-specs.yml
download
raw
1.69 kB
name: Tasks - Update specs
on:
workflow_dispatch:
schedule:
- cron: "0 3 * * *" # Every day at 3am
concurrency:
group: update-specs
cancel-in-progress: true
defaults:
run:
working-directory: packages/tasks-gen
jobs:
pull_request:
runs-on: ubuntu-latest
steps:
# Setup
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
run_install: true
# Generate specs
# - run: pnpm run inference-tgi-import
- run: pnpm run inference-tei-import
- run: pnpm run inference-codegen
# Check changes
- run: git status
# Create or update Pull Request
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.TOKEN_INFERENCE_SYNC_BOT }}
commit-message: Update tasks specs (automated commit)
branch: update-tasks-specs-automated-pr
delete-branch: true
title: "[Bot] Update tasks specs"
body: |
This PR updates the @huggingface/tasks specs. It has been generated by running:
```sh
pnpm run inference-tei-import
pnpm run inference-codegen
```
This PR was automatically created by the [Tasks - Update specs workflow](https://github.com/huggingface/huggingface.js/blob/main/.github/update-specs.yml).
Make sure the changes are correct before merging.
labels: |
tasks
specs
reviewers: |
Wauplin
hanouticelina

Xet Storage Details

Size:
1.69 kB
·
Xet hash:
db0eb1933ffa9dd329d79bf634fe2e6c49ea4640b9dcfb091fc9d52104c32537

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.