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

17 lines
397 B
YAML
Raw Normal View History

2021-08-10 02:08:26 -05:00
name: Add Labels
2021-08-25 10:35:35 -05:00
on:
issues:
types: [opened, edited, reopened]
pull_request:
types: [opened, edited, synchronize, reopened]
2021-08-10 02:08:26 -05:00
jobs:
add_labels:
runs-on: ubuntu-latest
steps:
2021-08-28 04:50:26 -05:00
- uses: logto-io/actions-add-labels-run-steps@v1.0.1
2021-08-10 02:08:26 -05:00
with:
2021-08-28 04:50:26 -05:00
title: ${{ github.event.pull_request.title || github.event.issue.title }}
github-token: ${{ github.token }}