Browse Source

[Chore ] CI add auto-assign-action (#16165)

* add .github/actions/auto-assign-action

* add auto assign-action to fix ci error
dev
xiangzihao 5 months ago committed by GitHub
parent
commit
a472d68c5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/actions/auto-assign-action
  2. 4
      .gitmodules

1
.github/actions/auto-assign-action

@ -0,0 +1 @@
Subproject commit 288f36f8cea1dded676b9c4477a64ff91e50c104

4
.gitmodules vendored

@ -21,3 +21,7 @@
[submodule ".github/actions/translate-on-issue"]
path = .github/actions/translate-on-issue
url = https://github.com/xingchun-chen/translation-helper
[submodule ".github/actions/auto-assign-action"]
path = .github/actions/auto-assign-action
url = https://github.com/kentaro-m/auto-assign-action.git
branch = 288f36f

Loading…
Cancel
Save