From 8a3d300f84772dd70ed5f9aa7d62fbbdf737874e Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Fri, 11 Apr 2025 19:22:31 +0300 Subject: [PATCH 1/2] Clean white list --- .github/workflows/awesomebot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/awesomebot.yml b/.github/workflows/awesomebot.yml index db8924a4..32c8771b 100644 --- a/.github/workflows/awesomebot.yml +++ b/.github/workflows/awesomebot.yml @@ -3,7 +3,7 @@ on: push: branches: - master - + jobs: build: runs-on: ubuntu-latest @@ -12,13 +12,13 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: '2.7' - + - name: Install Awesome Bot run: gem install awesome_bot - + - name: Run Awesome Bot - 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 - + run: awesome_bot README.md --request-delay 1 --allow-dupe --white-list oreilly.com,youtube.com + - uses: actions/upload-artifact@v4 if: failure() with: From 6c355752b21870be7ac2f54d9b806d41a6957aa0 Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Fri, 11 Apr 2025 19:22:47 +0300 Subject: [PATCH 2/2] remove Voices of the ElePHPant link (dead) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9a50d7e4..022bd600 100644 --- a/README.md +++ b/README.md @@ -975,7 +975,6 @@ Various resources, such as books, websites and articles, for improving your PHP * [The Laracasts Snippet](https://laracasts.simplecast.com) - The Laracasts snippet, each episode, offers a single thought on some aspect of web development. * [The Laravel Podcast](https://laravelpodcast.com/) - Laravel and PHP development news and discussion. * [The PHP Roundtable](https://phproundtable.com/) - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about. -* [Voices of the ElePHPant](https://voicesoftheelephpant.com/) - Interviews with the people who make the PHP community special. ### PHP Newsletters *PHP-related news directly to your inbox.*