mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
16 lines
397 B
YAML
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 }}
|