gradio/.github/workflows/trigger-changeset.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
357 B
YAML
Raw Normal View History

2024-02-01 10:10:34 +08:00
name: trigger-changeset
on:
pull_request:
types: [opened, synchronize, reopened, edited, labeled, unlabeled]
branches:
- main
issue_comment:
types: [edited]
jobs:
2024-02-01 09:06:39 +08:00
changeset:
permissions: write-all
runs-on: ubuntu-22.04
if: github.event.sender.login != 'gradio-pr-bot'
steps:
2024-02-01 09:06:39 +08:00
- run: echo "Requesting changeset"