From 1af3c586cce4c6d239e7b683eda2d667798c395b Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Sun, 22 Oct 2023 13:28:08 -0400 Subject: [PATCH] fix minor typo in job name for PR example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7513046c..d637a1f4 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ on: jobs: add-to-project: - name: Add issue to project + name: Add pull request to project runs-on: ubuntu-latest steps: - uses: actions/add-to-project@RELEASE_VERSION