Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
693ef121
Unverified
Commit
693ef121
authored
Jan 05, 2023
by
Frank Lee
Committed by
GitHub
Jan 05, 2023
Browse files
[workflow] removed unused assign reviewer workflow (#2318)
parent
e512ca9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
27 deletions
+0
-27
.github/reviewer_list.yml
.github/reviewer_list.yml
+0
-9
.github/workflows/assign_reviewer.yml
.github/workflows/assign_reviewer.yml
+0
-18
No files found.
.github/reviewer_list.yml
deleted
100644 → 0
View file @
e512ca9c
addReviewers
:
true
addAssignees
:
author
numberOfReviewers
:
1
reviewers
:
-
frankleeeee
-
kurisusnowdeng
.github/workflows/assign_reviewer.yml
deleted
100644 → 0
View file @
e512ca9c
name
:
Assign Reviewers for Team
on
:
pull_request
:
types
:
[
opened
]
jobs
:
assign_reviewer
:
name
:
Assign Reviewer for PR
runs-on
:
ubuntu-latest
if
:
|
github.event.pull_request.draft == false && github.base_ref == 'main'
&& github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI'
&& toJson(github.event.pull_request.requested_reviewers) == '[]'
steps
:
-
uses
:
kentaro-m/auto-assign-action@v1.2.1
with
:
configuration-path
:
'
.github/reviewer_list.yml'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment