Skip to content

Commit

Permalink
Merge pull request #43 from Isaaker/Developer
Browse files Browse the repository at this point in the history
v1.1.0
  • Loading branch information
Isaaker authored Oct 26, 2024
2 parents f2b656e + 42a7c04 commit ec8b58e
Show file tree
Hide file tree
Showing 14 changed files with 7,299 additions and 7,472 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/requirements.txt" # Location of package manifests
directory: "./requirements.txt" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/build_blocklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,18 @@ jobs:
# Install python
- name: Install Python
uses: actions/setup-python@v5


# Remove the duplicated Blocklist domains
- name: Remove duplicated domains
run: python3 ${{ github.WORKSPACE }}/${{ steps.extract_branch.outputs.branch }}/scripts/remove_duplicated.py
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

# Run the Blocklist converter
- name: Build blocklist
run: python3 ${{ github.WORKSPACE }}/${{ steps.extract_branch.outputs.branch }}/scripts/update_lists.py
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

# Update the current Pull Request
- name: Update the Pull Request
Expand Down
Loading

0 comments on commit ec8b58e

Please sign in to comment.