From c51caf01d56d9bd559db785ea5bd8dd67d206859 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:14:18 +1200 Subject: [PATCH] DOC Update README to have nicer names (#8) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 977e57a..d6ee372 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Add community-created pull requests to the [Community Contributions project](htt **.github/workflows/add-pr-to-project.yml** ```yml -name: Add new pull requests to a github project +name: Add new PRs to github project on: pull_request: @@ -18,6 +18,7 @@ permissions: {} jobs: addprtoproject: + name: Add PR to GitHub Project # Only run on the silverstripe account if: github.repository_owner == 'silverstripe' runs-on: ubuntu-latest