mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-03-09 01:21:32 +01:00
fix the CI
This commit is contained in:
parent
c67ba9e237
commit
8b655bb998
7
.github/workflows/db-change.yml
vendored
7
.github/workflows/db-change.yml
vendored
@ -4,15 +4,16 @@ on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, labeled, unlabeled]
|
||||
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.MEILI_BOT_GH_PAT }}
|
||||
|
||||
jobs:
|
||||
check-labels:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Set up GitHub CLI
|
||||
uses: cli/gh-action@v2
|
||||
with:
|
||||
token: ${{ secrets.MEILI_BOT_GH_PAT }}
|
||||
- name: Check db change labels
|
||||
id: check_labels
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user