File tree 1 file changed +5
-3
lines changed
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
66
66
into your library or project development process. To add these to your repo simply copy the
67
67
workflows into a ** Template/.github/workflows/** directory.
68
68
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.
70
72
71
73
Below is a brief description of each workflow; see the links above for help with each tool.
72
74
@@ -143,7 +145,7 @@ predefined rulesets. Rector can be highly opinionated based on its configuration
143
145
so be sure to read the documentation and figure out the best fit for you. This workflow performs
144
146
a "dry run" to check for any changes that Rector would have made and fail if there are matches.
145
147
146
- > ** Note **
148
+ > [ !NOTE ]
147
149
> Rector updates rules all the time, so you may want to lock your repo to
148
150
> the latest known working version of Rector to prevent unexpected failures.
149
151
> 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.
157
159
158
160
### Hosting with Vagrant
159
161
160
- > ** Note **
162
+ > [ !NOTE ]
161
163
> The ` Vagrantfile.dist ` is unmaintained. It might not work now.
162
164
> Contributions are welcome.
163
165
You can’t perform that action at this time.
0 commit comments