0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
logto/.github/workflows/add-labels.yml
2021-08-28 22:24:15 +08:00

16 lines
397 B
YAML

name: Add Labels
on:
issues:
types: [opened, edited, reopened]
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
add_labels:
runs-on: ubuntu-latest
steps:
- uses: logto-io/actions-add-labels-run-steps@v1.0.1
with:
title: ${{ github.event.pull_request.title || github.event.issue.title }}
github-token: ${{ github.token }}