From 3b51a6c519d9da8a2d90267bc78e3833ee323a51 Mon Sep 17 00:00:00 2001 From: Brandon J McKay Date: Wed, 12 Feb 2020 10:21:31 -0800 Subject: [PATCH 1/2] Improve documentation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a71b50de..4835002d 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,10 @@ jobs: - uses: kentaro-m/auto-assign-action@v1.1.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" + configuration-path: ".github/some_name_for_configs.yml" # Only needed if you use something other than auto_assign.yml ``` -Create a configuration file (e.g. `.github/auto_assign.yml`) for auto-assign action. +Create a separate configuration file for the auto-assign action (e.g. `.github/auto_assign.yml`). ### Single Reviewers List Add reviewers/assignees to the pull request based on single reviewers list. From 0f10d6b815a940a1037b3b89f1fe1d9849aab839 Mon Sep 17 00:00:00 2001 From: Brandon J McKay Date: Wed, 12 Feb 2020 10:22:35 -0800 Subject: [PATCH 2/2] fix ref --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4835002d..ef3aa081 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ jobs: - uses: kentaro-m/auto-assign-action@v1.1.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - configuration-path: ".github/some_name_for_configs.yml" # Only needed if you use something other than auto_assign.yml + configuration-path: ".github/some_name_for_configs.yml" # Only needed if you use something other than .github/auto_assign.yml ``` Create a separate configuration file for the auto-assign action (e.g. `.github/auto_assign.yml`).