mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix: add labels workflow trigger (#89)
This commit is contained in:
parent
b1bf5eccf0
commit
6280ca282d
1 changed files with 5 additions and 1 deletions
6
.github/workflows/add-labels.yml
vendored
6
.github/workflows/add-labels.yml
vendored
|
@ -1,6 +1,10 @@
|
|||
name: Add Labels
|
||||
|
||||
on: [issues, pull_request]
|
||||
on:
|
||||
issues:
|
||||
types: [opened, edited, reopened]
|
||||
pull_request:
|
||||
types: [opened, edited, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
add_labels:
|
||||
|
|
Loading…
Reference in a new issue