0
Fork 0
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:
Gao Sun 2021-08-25 23:35:35 +08:00 committed by GitHub
parent b1bf5eccf0
commit 6280ca282d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: