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:
parent
dc32f1dc9f
commit
5a88f45c42
1 changed files with 5 additions and 5 deletions
|
@ -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:
|
Loading…
Add table
Reference in a new issue