From 11f9b1f1e7d413887a3aedcfb840e943083a3489 Mon Sep 17 00:00:00 2001 From: Rachael Stickland <50215726+RayStick@users.noreply.github.com> Date: Fri, 19 Apr 2024 17:28:35 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4785d78..cffca84 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ Added the label `automation` to the project board to capture some of these type *These can be implemented in other physiopy repos, if desired* - [auto-author-assign.yml](.github/workflows/auto-author-assign.yml) automatically makes the author of a PR or Issue the assignee of it. This should facilitate integration with the project board, because the project board reads the 'Assignee' label -- [auto-label.yml](.github/workflows/auto-label.yml) automatically assigns labels to a PR if the PR edits a specific file. The mapping between file and label is defined in [labeler.yml](.github/labeler.yml) and can be expanded to fit for each physiopy repo +- [auto-label.yml](.github/workflows/auto-label.yml) automatically assigns labels to a PR if the PR edits a specific file. The mapping between file and label is defined in [labeler.yml](.github/labeler.yml) and this mapping/dictionary file can be expanded for each physiopy repo