0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

ci: update workflow (#553)

This commit is contained in:
Gao Sun 2022-04-15 13:56:07 +08:00 committed by GitHub
parent dc32f1dc9f
commit 5a88f45c42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: Add Labels And Assignees
name: Update Metadata
on:
issues:
@ -7,16 +7,16 @@ on:
types: [opened, edited, synchronize, reopened]
jobs:
add_labels_and_assignees:
update-metadata:
runs-on: ubuntu-latest
steps:
- name: Add Labels
uses: logto-io/actions-add-labels-run-steps@v1.0.1
- name: Add labels
uses: logto-io/actions-add-labels-run-steps@v1.1.2
with:
title: ${{ github.event.pull_request.title || github.event.issue.title }}
github-token: ${{ github.token }}
- name: Add Assignees
- name: Add assignees
if: ${{ github.event_name == 'pull_request' }}
uses: actions-ecosystem/action-add-assignees@v1
with: