File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ async function run() {
107107 console . log ( `You followed the ${ unfollowing . length } good guy${ unfollowing . length > 1 ? 's' : '' } .` ) ;
108108 }
109109
110- const before = `## 🐬 Easy view and filter all unfollowers, unfollowing, follows and following.
110+ const before = `## View User info and Followers
111111 Auto update by GitHub Action.
112112` ;
113113
@@ -122,33 +122,11 @@ async function run() {
122122 user . location || "-"
123123 } | ${ getCompany ( user . company ) } |
124124
125- ## Unfollowers <kbd>${ unfollowers . length } </kbd>
126- #### Are not following you back
127-
128- <table width="100%">
129- ${ formatTable ( unfollowers ) }
130- </table>
131-
132- ## Unfollowing <kbd>${ unfollowing . length } </kbd>
133- #### You are not following back
134-
135- <table width="100%">
136- ${ formatTable ( unfollowing ) }
137- </table>
138-
139125## Followers <kbd>${ followers . length } </kbd>
140- #### Are following you
141126
142127<table width="100%">
143128 ${ formatTable ( followers ) }
144129</table>
145-
146- ## Following <kbd>${ following . length } </kbd>
147- #### You are following
148-
149- <table width="100%">
150- ${ formatTable ( following ) }
151- </table>
152130
153131` ;
154132
You can’t perform that action at this time.
0 commit comments