MeiliSearch/.github/workflows/create-issue-dependencies.yml

24 lines
745 B
YAML
Raw Normal View History

name: Create issue to upgrade dependencies
on:
schedule:
- cron: '0 0 1 */3 *'
workflow_dispatch:
2022-09-04 11:32:22 +02:00
jobs:
create-issue:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create an issue
uses: actions-ecosystem/action-create-issue@v1
with:
2022-09-04 11:32:22 +02:00
github_token: ${{ secrets.MEILI_BOT_GH_PAT }}
title: Upgrade dependencies
body: |
2022-12-13 17:34:43 +01:00
We need to update the dependencies of the Meilisearch repository, and, if possible, the dependencies of all the engine-team repositories that Meilisearch depends on (milli, charabia, heed...).
2022-09-04 11:32:22 +02:00
⚠️ This issue should only be done at the beginning of the sprint!
labels: |
dependencies
maintenance