We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0172b7 + 0f10d6b commit 0530a15Copy full SHA for 0530a15
README.md
@@ -15,9 +15,10 @@ jobs:
15
- uses: kentaro-m/[email protected]
16
with:
17
repo-token: "${{ secrets.GITHUB_TOKEN }}"
18
+ configuration-path: ".github/some_name_for_configs.yml" # Only needed if you use something other than .github/auto_assign.yml
19
```
20
-Create a configuration file (e.g. `.github/auto_assign.yml`) for auto-assign action.
21
+Create a separate configuration file for the auto-assign action (e.g. `.github/auto_assign.yml`).
22
23
### Single Reviewers List
24
Add reviewers/assignees to the pull request based on single reviewers list.
0 commit comments