revert: exclude workflow file change (no workflow scope on fork token)
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
name: pr-review
|
name: pr-review
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
pull_request_target:
|
||||||
|
types: [opened, synchronize, reopened, ready_for_review, converted_to_draft]
|
||||||
|
issue_comment:
|
||||||
|
types: [created]
|
||||||
|
pull_request_review_comment:
|
||||||
|
types: [created]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
# PR conversation comments arrive as `issue_comment` events, so their PR number
|
# PR conversation comments arrive as `issue_comment` events, so their PR number
|
||||||
|
|||||||
Reference in New Issue
Block a user