Skip to content

Commit

Permalink
DOC Update README to have nicer names (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jun 19, 2024
1 parent 0120045 commit c51caf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit c51caf0

Please sign in to comment.