-
Notifications
You must be signed in to change notification settings - Fork 1
247 lines (211 loc) · 10.2 KB
/
updater.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
name: Routine Sync of EasyList Mirror (Scheduled)
on:
workflow_dispatch:
jobs:
sync_files:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Setting commit credentials
run: |
git config --global user.email "[email protected]"
git config --global user.name "syncbot-easylistmirror"
- name: Sync easylist.txt
run: |
curl -sSfL https://easylist.to/easylist/easylist.txt > easylist.txt
git add easylist.txt
git diff-index --quiet HEAD || git commit -m "Sync easylist.txt" || true
git push
- name: Sync easyprivacy.txt
run: |
curl -sSfL https://easylist.to/easylist/easyprivacy.txt > easyprivacy.txt
git add easyprivacy.txt
git diff-index --quiet HEAD || git commit -m "Sync easyprivacy.txt" || true
git push
- name: Sync fanboy-cookiemonster.txt
run: |
curl -sSfL https://secure.fanboy.co.nz/fanboy-cookiemonster.txt > easycookie.txt
git add easycookie.txt
git diff-index --quiet HEAD || git commit -m "Sync fanboy-cookiemonster.txt" || true
git push
- name: Sync fanboy-social.txt
run: |
curl -sSfL https://easylist.to/easylist/fanboy-social.txt > fanboysocial.txt
git add fanboysocial.txt
git diff-index --quiet HEAD || git commit -m "Sync fanboy-social.txt" || true
git push
- name: Sync fanboy-annoyance.txt
run: |
curl -sSfL https://easylist.to/easylist/fanboy-annoyance.txt > fanboyannoyance.txt
git add fanboyannoyance.txt
git diff-index --quiet HEAD || git commit -m "Sync fanboy-annoyance.txt" || true
git push
- name: Sync antiadblockfilters.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/antiadblockfilters.txt > antiadblock.txt
git add antiadblock.txt
git diff-index --quiet HEAD || git commit -m "Sync antiadblockfilters.txt" || true
git push
- name: Sync easylistgermany.txt
run: |
curl -sSfL https://easylist.to/easylistgermany/easylistgermany.txt > easylistgermany.txt
git add easylistgermany.txt
git diff-index --quiet HEAD || git commit -m "Sync easylistgermany.txt" || true
git push
- name: Sync easylistitaly.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/easylistitaly.txt > easylistitaly.txt
git add easylistitaly.txt
git diff-index --quiet HEAD || git commit -m "Sync easylistitaly.txt" || true
git push
- name: Sync easylistdutch.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/easylistdutch.txt > easylistdutch.txt
git add easylistdutch.txt
git diff-index --quiet HEAD || git commit -m "Sync easylistdutch.txt" || true
git push
- name: Sync liste_fr.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/liste_fr.txt > liste_fr.txt
git add liste_fr.txt
git diff-index --quiet HEAD || git commit -m "Sync liste_fr.txt" || true
git push
- name: Sync easylistchina.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/easylistchina.txt > easylistchina.txt
git add easylistchina.txt
git diff-index --quiet HEAD || git commit -m "Sync easylistchina.txt" || true
git push
- name: Sync advblock.txt (RU AdList)
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/advblock.txt > advblock.txt
git add advblock.txt
git diff-index --quiet HEAD || git commit -m "Sync advblock.txt" || true
git push
- name: Sync adblock_bg.txt (Bulgarian)
run: |
curl -sSfL http://stanev.org/abp/adblock_bg.txt > adblock_bg.txt
git add adblock_bg.txt
git diff-index --quiet HEAD || git commit -m "Sync adblock_bg.txt" || true
git push
- name: Sync abpindo.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/abpindo.txt > abpindo.txt
git add abpindo.txt
git diff-index --quiet HEAD || git commit -m "Sync abpindo.txt" || true
git push
- name: Sync Liste_AR.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/Liste_AR.txt > Liste_AR.txt
git add Liste_AR.txt
git diff-index --quiet HEAD || git commit -m "Sync Liste_AR.txt" || true
git push
- name: Sync easylistczechandslovak.txt
run: |
curl -sSfL https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters.txt > easylistczechandslovak.txt
git add easylistczechandslovak.txt
git diff-index --quiet HEAD || git commit -m "Sync easylistczechandslovak.txt" || true
git push
- name: Sync latvian-list.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/latvianlist.txt > latvian-list.txt
git add latvian-list.txt
git diff-index --quiet HEAD || git commit -m "Sync latvian-list.txt" || true
git push
- name: Sync EasyListHebrew.txt
run: |
curl -sSfL https://raw.githubusercontent.com/easylist/EasyListHebrew/master/EasyListHebrew.txt > EasyListHebrew.txt
git add EasyListHebrew.txt
git diff-index --quiet HEAD || git commit -m "Sync EasyListHebrew.txt" || true
git push
- name: Sync NordicFiltersABP-Inclusion.txt (Dandelion Nordic)
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/dandelion_sprouts_nordic_filters%2Beasylist.txt > NordicFiltersABP-Inclusion.txt
git add NordicFiltersABP-Inclusion.txt
git diff-index --quiet HEAD || git commit -m "Sync NordicFiltersABP-Inclusion.txt" || true
git push
- name: Sync easylistlithuania.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/easylistlithuania.txt > easylistlithuania.txt
git add easylistlithuania.txt
git diff-index --quiet HEAD || git commit -m "Sync easylistlithuania.txt" || true
git push
- name: Sync easylistspanish.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/easylistspanish.txt > easylistspanish.txt
git add easylistspanish.txt
git diff-index --quiet HEAD || git commit -m "Sync easylistspanish.txt" || true
git push
- name: Sync easylistportuguese.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/easylistportuguese.txt > easylistportuguese.txt
git add easylistportuguese.txt
git diff-index --quiet HEAD || git commit -m "Sync easylistportuguese.txt" || true
git push
- name: Sync abpvn.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/abpvn.txt > abpvn.txt
git add abpvn.txt
git diff-index --quiet HEAD || git commit -m "Sync abpvn.txt" || true
git push
- name: Sync easylistpolish.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/easylistpolish.txt > easylistpolish.txt
git add easylistpolish.txt
git diff-index --quiet HEAD || git commit -m "Sync easylistpolish.txt" || true
git push
- name: Sync indianlist.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/indianlist.txt > indianlist.txt
git add indianlist.txt
git diff-index --quiet HEAD || git commit -m "Sync indianlist.txt" || true
git push
- name: Sync koreanlist.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/koreanlist.txt > koreanlist.txt
git add koreanlist.txt
git diff-index --quiet HEAD || git commit -m "Sync koreanlist.txt" || true
git push
- name: Sync rolist.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/rolist.txt > rolist.txt
git add rolist.txt
git diff-index --quiet HEAD || git commit -m "Sync rolist.txt" || true
git push
- name: Sync easyprivacy_nointernational.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/easyprivacy_nointernational.txt > easyprivacy_nointernational.txt
git add easyprivacy_nointernational.txt
git diff-index --quiet HEAD || git commit -m "Sync easyprivacy_nointernational.txt" || true
git push
- name: Sync easylist_noadult.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/easylist_noadult.txt > easylist_noadult.txt
git add easylist_noadult.txt
git diff-index --quiet HEAD || git commit -m "Sync easylist_noadult.txt" || true
git push
- name: Sync easylist_noelemhide.txt
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/easylist_noelemhide.txt > easylist_noelemhide.txt
git add easylist_noelemhide.txt
git diff-index --quiet HEAD || git commit -m "Sync easylist_noelemhide.txt" || true
git push
- name: Sync fanboy-newsletter.txt
run: |
curl -sSfL https://easylist.to/easylist/fanboy-newsletter.txt > fanboy-newsletter.txt
git add fanboy-newsletter.txt
git diff-index --quiet HEAD || git commit -m "Sync fanboy-newsletter.txt" || true
git push
- name: Sync fanboy-sounds.txt
run: |
curl -sSfL https://easylist.to/easylist/fanboy-sounds.txt > fanboy-sounds.txt
git add fanboy-sounds.txt
git diff-index --quiet HEAD || git commit -m "Sync fanboy-sounds.txt" || true
git push
- name: Sync abp-filters-anti-cv.txt (ABP anti-circumvention)
run: |
curl -sSfL https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt > abp-filters-anti-cv.txt
git add abp-filters-anti-cv.txt
git diff-index --quiet HEAD || git commit -m "Sync abp-filters-anti-cv.txt" || true
git push