Skip to content

Commit

Permalink
ENH Update names for nicer visuals when looking at Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jun 18, 2024
1 parent cd87cec commit 1c10a37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/cms-any/add-prs-to-project.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

$content = <<<'EOT'
name: Add new pull requests to a github project
name: Add new prs to github project
on:
pull_request_target:
Expand All @@ -13,6 +13,7 @@
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 1c10a37

Please sign in to comment.