Skip to content

fix(core): Always derive instanceId from the encryption key (no-changlog) #2750

fix(core): Always derive instanceId from the encryption key (no-changlog)

fix(core): Always derive instanceId from the encryption key (no-changlog) #2750

Workflow file for this run

name: PR Checklist
on:
pull_request_target:
types:
- opened
- synchronize
branches:
- master
jobs:
checklist_job:
runs-on: ubuntu-latest
name: Checklist job
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Checklist
uses: wyozi/contextual-qa-checklist-action@master
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}
comment-footer: Make sure to check off this list before asking for review.