Skip to content

Commit

Permalink
feat: license config for smart data filtering for self hosted version (
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Jul 2, 2024
1 parent 45e8133 commit 2599c67
Show file tree
Hide file tree
Showing 18 changed files with 1,386 additions and 525 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/auto-approve-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Auto-approve PRs
# name: Auto-approve PRs

on:
pull_request:
types: [opened, reopened, synchronize]
# on:
# pull_request:
# types: [opened, reopened, synchronize]

jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Auto-approve PR
uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.LUNARY_BOT_GH_TOKEN }}
# jobs:
# auto-approve:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v3
# - name: Auto-approve PR
# uses: hmarr/auto-approve-action@v3
# with:
# github-token: ${{ secrets.LUNARY_BOT_GH_TOKEN }}
Loading

0 comments on commit 2599c67

Please sign in to comment.