0
Fork 0
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:
Gao Sun 2022-08-15 18:25:35 +08:00 committed by GitHub
parent 65c27e6178
commit 8bdc46bc3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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