File tree Expand file tree Collapse file tree 2 files changed +21
-14
lines changed Expand file tree Collapse file tree 2 files changed +21
-14
lines changed Original file line number Diff line number Diff line change
1
+ name : update-templates
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - main
7
+ paths :
8
+ - README.md
9
+ workflow_dispatch :
10
+
11
+ jobs :
12
+ update-templates :
13
+ permissions :
14
+ contents : write
15
+ pull-requests : write
16
+ pages : write
17
+ uses : thoughtbot/templates/.github/workflows/dynamic-readme.yaml@main
18
+ secrets :
19
+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -115,18 +115,6 @@ under the terms specified in the [LICENSE] file.
115
115
116
116
[ LICENSE ] : /LICENSE
117
117
118
- ## About
118
+ <!-- START /templates/footer.md -->
119
119
120
- Suspenders is maintained by [ thoughtbot] .
121
-
122
- ![ thoughtbot] ( https://thoughtbot.com/brand_assets/93:44.svg )
123
-
124
- Suspenders is maintained and funded by thoughtbot, inc.
125
- The names and logos for thoughtbot are trademarks of thoughtbot, inc.
126
-
127
- We love open source software!
128
- See [ our other projects] [ community ]
129
- or [ hire us] [ hire ] to help build your product.
130
-
131
- [ community ] : https://thoughtbot.com/community?utm_source=github
132
- [ hire ] : https://thoughtbot.com/hire-us?utm_source=github
120
+ <!-- END /templates/footer.md -->
You can’t perform that action at this time.
0 commit comments