File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,9 @@ This kit includes a number of workflow templates for integrating [GitHub Actions
6666into your library or project development process. To add these to your repo simply copy the
6767workflows into a ** Template/.github/workflows/** directory.
6868
69- > Hint: the [ source files] ( src/.github ) also include a configuration for Dependabot which will help keep your dependencies and workflows updated.
69+ > [ !TIP]
70+ > The [ source files] ( src/.github ) also include a configuration for Dependabot which
71+ > will help keep your dependencies and workflows updated.
7072
7173Below is a brief description of each workflow; see the links above for help with each tool.
7274
@@ -143,7 +145,7 @@ predefined rulesets. Rector can be highly opinionated based on its configuration
143145so be sure to read the documentation and figure out the best fit for you. This workflow performs
144146a "dry run" to check for any changes that Rector would have made and fail if there are matches.
145147
146- > ** Note **
148+ > [ !NOTE ]
147149> Rector updates rules all the time, so you may want to lock your repo to
148150> the latest known working version of Rector to prevent unexpected failures.
149151> Using pinned version in ` composer.json ` and update it with dependabot is the
@@ -157,7 +159,7 @@ your code drops a dependency, so this workflow will help track those down.
157159
158160### Hosting with Vagrant
159161
160- > ** Note **
162+ > [ !NOTE ]
161163> The ` Vagrantfile.dist ` is unmaintained. It might not work now.
162164> Contributions are welcome.
163165
You can’t perform that action at this time.
0 commit comments