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