Skip to content

chore(deps-dev): bump @wireapp/store-engine-fs from 2.5.6 to 3.1.4 #1197

chore(deps-dev): bump @wireapp/store-engine-fs from 2.5.6 to 3.1.4

chore(deps-dev): bump @wireapp/store-engine-fs from 2.5.6 to 3.1.4 #1197

Workflow file for this run

name: Label PR
on:
pull_request:
types: [opened, synchronize]
jobs:
label:
name: Label PR based on title or changed files
runs-on: ubuntu-latest
steps:
# The settings for this action are in `.github/labeler.yml`.
# See https://github.com/srvaroa/labeler.
- uses: srvaroa/labeler@v0.3
env:
GITHUB_TOKEN: ${{secrets.OTTO_THE_BOT_GH_TOKEN}}