mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
d30432e9c6
* test pr * conditional * conditional * conditional * conditional * conditional * changes * changes * add changeset * changes --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
17 lines
357 B
YAML
17 lines
357 B
YAML
name: trigger-changeset
|
|
on:
|
|
pull_request:
|
|
types: [opened, synchronize, reopened, edited, labeled, unlabeled]
|
|
branches:
|
|
- main
|
|
issue_comment:
|
|
types: [edited]
|
|
|
|
jobs:
|
|
changeset:
|
|
permissions: write-all
|
|
runs-on: ubuntu-22.04
|
|
if: github.event.sender.login != 'gradio-pr-bot'
|
|
steps:
|
|
- run: echo "Requesting changeset"
|