-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not add a reviewer #55
Comments
I am getitng an error though. Is this still an issue or am I doing something wrong?
name: "Auto Assign"
on:
pull_request:
types: [opened, ready_for_review]
jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
addReviewers: true
addAssignees: author
reviewers:
- "grandeljay"
skipKeywords:
- wip
|
@grandeljay from my experience so far you have to add your yaml config as separate file for example under .github/auto-assignee.yml and then specify that file under the workflows config
|
grandeljay
added a commit
to wishthis/wishthis
that referenced
this issue
Mar 12, 2023
According to kentaro-m/auto-assign-action#55 the auto-assign workflow needs a configuration file to run.
That seems to work, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the config as presented below. The action is adding the author but does not adds me as a reviewer.
The text was updated successfully, but these errors were encountered: