Skip to content

fix: cache the payload in fetch_all_features on the per-device servic… #376

fix: cache the payload in fetch_all_features on the per-device servic…

fix: cache the payload in fetch_all_features on the per-device servic… #376

Workflow file for this run

name: Release Drafter
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
workflow_dispatch:
jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- name: 🚀 Run Release Drafter
uses: release-drafter/release-drafter@34d80673e067bdc0c24568d3af899c216adcfaa9 # v7.7.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}