mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
fix: trigger for PR labeler GH action workflow (#237)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
This commit is contained in:
parent
8a0d5678d1
commit
49af86688b
4
.github/workflows/labeler.yaml
vendored
4
.github/workflows/labeler.yaml
vendored
|
|
@ -4,9 +4,7 @@
|
|||
name: Labeler
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
pull_request_target: # https://securitylab.github.com/research/github-actions-preventing-pwn-requests
|
||||
|
||||
jobs:
|
||||
label-pull-requests:
|
||||
|
|
|
|||
Loading…
Reference in a new issue