Skip to content

Commit

Permalink
Add amazon to bot allow list
Browse files Browse the repository at this point in the history
  • Loading branch information
mcauser committed Apr 14, 2024
1 parent c395925 commit f64f1a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/allow-list.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
kickstarter.com,https://www.st.com/en/imaging-and-photonics-solutions/vl53l5cx.html
kickstarter.com
https://www.st.com/en/imaging-and-photonics-solutions/vl53l5cx.html
www.amazon.com
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Install awesome_bot
run: gem install awesome_bot
- name: Load allow list to an env var to call in the next step
run: echo "BOT_ALLOW_LIST=$(cat .github/workflows/allow-list.txt)" >> $GITHUB_ENV
run: echo "BOT_ALLOW_LIST=$(tr '\n' ',' < .github/workflows/allow-list.txt)" >> $GITHUB_ENV
- name: Run awesome_bot
run: awesome_bot readme.md --allow-redirect --allow-dupe --set-timeout 60 --skip-save-results --allow 429 --white-list ${{ env.BOT_ALLOW_LIST }}

0 comments on commit f64f1a6

Please sign in to comment.