mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-03-09 09:31:32 +01:00
gh is supposed to be pre-installed
This commit is contained in:
parent
8b655bb998
commit
fa6459335c
7
.github/workflows/db-change.yml
vendored
7
.github/workflows/db-change.yml
vendored
@ -4,16 +4,15 @@ 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