refactor(workflow): disable pull request triggers in favor of issue comments
This commit is contained in:
parent
9d693409dc
commit
daafb2c978
6
.github/workflows/pr-autodiff.yaml
vendored
6
.github/workflows/pr-autodiff.yaml
vendored
@ -1,8 +1,8 @@
|
||||
name: PR Diff Summarization
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
types: [opened, ready_for_review, reopened]
|
||||
# pull_request:
|
||||
# branches: [main]
|
||||
# types: [opened, ready_for_review, reopened]
|
||||
issue_comment:
|
||||
types: [created]
|
||||
permissions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user