mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 06:44:27 +01:00
Remove template and add GHA from review
This commit is contained in:
parent
43fecbf382
commit
480b881e15
@ -1,3 +0,0 @@
|
|||||||
We need to update the dependencies of the Meilisearch repository, and, if possible, the dependencies of all the core-team repositories that Meilisearch depends on (milli, charabia, heed...).
|
|
||||||
|
|
||||||
⚠️ This issue should only be done at the beginning of the sprint!
|
|
21
.github/workflows/create-issue-dependencies.yml
vendored
21
.github/workflows/create-issue-dependencies.yml
vendored
@ -7,8 +7,21 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
create-issue:
|
create-issue:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: gh issue create --title "Upgrade dependencies" --label "dependencies,maintenance" --body-file ".github/ISSUE_TEMPLATE/update_dependencies.md"
|
- name: Create an issue
|
||||||
|
uses: actions-ecosystem/action-create-issue@v1
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
title: Upgrade dependencies
|
||||||
|
body: |
|
||||||
|
We need to update the dependencies of the Meilisearch
|
||||||
|
repository, and, if possible, the dependencies of all
|
||||||
|
the core-team repositories that Meilisearch depends on
|
||||||
|
(milli, charabia, heed...).
|
||||||
|
|
||||||
|
⚠️ This issue should only be done at the beginning of the sprint!
|
||||||
|
|
||||||
|
labels: |
|
||||||
|
dependencies
|
||||||
|
maintenance
|
Loading…
Reference in New Issue
Block a user