mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
ci: fix pr assignee (#1785)
This commit is contained in:
parent
65c27e6178
commit
8bdc46bc3f
1 changed files with 0 additions and 1 deletions
1
.github/workflows/update-pr-metadata.yml
vendored
1
.github/workflows/update-pr-metadata.yml
vendored
|
@ -22,7 +22,6 @@ jobs:
|
|||
|
||||
- name: Add assignees
|
||||
if: |
|
||||
github.event_name == 'pull_request' &&
|
||||
contains(fromJson('["opened", "reopened"]'), github.event.action) &&
|
||||
!endsWith(github.event.pull_request.user.login, '[bot]')
|
||||
uses: actions-ecosystem/action-add-assignees@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue