mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
62306d9ed1
* Implement unified version and release mechanism for all python and javascript packages. * Update gradio/package.json Co-authored-by: Abubakar Abid <abubakar@huggingface.co> * fix changelog * fix changelog * Update js/button/README.md * Update .github/workflows/generate-changeset.yml --------- Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
17 lines
348 B
YAML
17 lines
348 B
YAML
name: trigger changeset generation
|
|
on:
|
|
pull_request:
|
|
types: [opened, synchronize, reopened, edited, labeled, unlabeled]
|
|
branches:
|
|
- main
|
|
issue_comment:
|
|
types: [edited]
|
|
|
|
jobs:
|
|
version:
|
|
permissions: write-all
|
|
name: static checks
|
|
runs-on: ubuntu-22.04
|
|
steps:
|
|
- run: echo "Triggering changeset generation"
|