mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -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
|
name: Add Labels
|
||||||
|
|
||||||
on: [issues, pull_request]
|
on:
|
||||||
|
issues:
|
||||||
|
types: [opened, edited, reopened]
|
||||||
|
pull_request:
|
||||||
|
types: [opened, edited, synchronize, reopened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
add_labels:
|
add_labels:
|
||||||
|
|
Loading…
Reference in a new issue