mirror of
https://github.com/stan220/flathub.git
synced 2026-09-09 00:28:58 +00:00
Add pull_request_target event
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
name: Close and lock spam issues and PRs
|
||||
|
||||
# WARNING: Do NOT use org level secrets or checkout any code in this
|
||||
# workflow
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [labeled]
|
||||
pull_request:
|
||||
types: [labeled]
|
||||
pull_request_target:
|
||||
types: [labeled]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user