Skip to content

Commit

Permalink
Add a note about the merge-to-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Nov 30, 2023
1 parent 0a99642 commit 2d28cf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/merge-develop-to-scaffold.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# This workflow is used on alleyinteractive/create-wordpress-plugin to merge the
# develop branch into the scaffold branch and is NOT meant to be used on other
# repositories. This workflow will be deleted automatically when the
# configuration script is run.

name: Merge Develop to Scaffold Branch

on:
Expand Down
3 changes: 2 additions & 1 deletion configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@ function contributing_message( string $message ): void {

echo "\nWelcome friend to alleyinteractive/create-wordpress-plugin! 😀\nLet's setup your WordPress Plugin 🚀\n\n";

// Always delete the 'merge-develop-to-scaffold.yml' file (this is never used in a scaffolded plugins).
// Always delete the 'merge-develop-to-scaffold.yml' file (this is never used in
// a scaffolded plugins).
delete_files( '.github/workflows/merge-develop-to-scaffold.yml' );

$current_dir = getcwd();
Expand Down

0 comments on commit 2d28cf9

Please sign in to comment.