mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
a58b6ac1af
* tweaks * more fix
18 lines
347 B
YAML
18 lines
347 B
YAML
name: trigger-changeset
|
|
on:
|
|
pull_request:
|
|
types: [opened, synchronize, reopened, edited, labeled, unlabeled]
|
|
branches:
|
|
- main
|
|
issue_comment:
|
|
types: [edited]
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
changeset:
|
|
runs-on: ubuntu-22.04
|
|
if: github.event.sender.login != 'gradio-pr-bot'
|
|
steps:
|
|
- run: echo "Requesting changeset"
|