浏览代码

Merge pull request #1347 from alexkart/master

Clean white list
pull/1341/merge
Alexander Kartavenko 8 个月前
父节点
当前提交
46ddc73d08
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 5 次插入6 次删除
  1. 5
    5
      .github/workflows/awesomebot.yml
  2. 0
    1
      README.md

+ 5
- 5
.github/workflows/awesomebot.yml 查看文件

3
   push:
3
   push:
4
     branches:
4
     branches:
5
       - master
5
       - master
6
-      
6
+
7
 jobs:
7
 jobs:
8
   build:
8
   build:
9
     runs-on: ubuntu-latest
9
     runs-on: ubuntu-latest
12
     - uses: ruby/setup-ruby@v1
12
     - uses: ruby/setup-ruby@v1
13
       with:
13
       with:
14
         ruby-version: '2.7'
14
         ruby-version: '2.7'
15
-        
15
+
16
     - name: Install Awesome Bot
16
     - name: Install Awesome Bot
17
       run: gem install awesome_bot
17
       run: gem install awesome_bot
18
-      
18
+
19
     - name: Run Awesome Bot
19
     - name: Run Awesome Bot
20
-      run: awesome_bot README.md --request-delay 1 --allow-dupe --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org,oreilly.com,youtube.com,lumen.laravel.com
21
-    
20
+      run: awesome_bot README.md --request-delay 1 --allow-dupe --white-list oreilly.com,youtube.com
21
+
22
     - uses: actions/upload-artifact@v4
22
     - uses: actions/upload-artifact@v4
23
       if: failure()
23
       if: failure()
24
       with:
24
       with:

+ 0
- 1
README.md 查看文件

975
 * [The Laracasts Snippet](https://laracasts.simplecast.com) - The Laracasts snippet, each episode, offers a single thought on some aspect of web development.
975
 * [The Laracasts Snippet](https://laracasts.simplecast.com) - The Laracasts snippet, each episode, offers a single thought on some aspect of web development.
976
 * [The Laravel Podcast](https://laravelpodcast.com/) - Laravel and PHP development news and discussion.
976
 * [The Laravel Podcast](https://laravelpodcast.com/) - Laravel and PHP development news and discussion.
977
 * [The PHP Roundtable](https://phproundtable.com/) - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about.
977
 * [The PHP Roundtable](https://phproundtable.com/) - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about.
978
-* [Voices of the ElePHPant](https://voicesoftheelephpant.com/) - Interviews with the people who make the PHP community special.
979
 
978
 
980
 ### PHP Newsletters
979
 ### PHP Newsletters
981
 *PHP-related news directly to your inbox.*
980
 *PHP-related news directly to your inbox.*

正在加载...
取消
保存