Skip to content

fix: issues from SECRET_KEY_LOAD_AND_STORE and settings reorganization #1642

fix: issues from SECRET_KEY_LOAD_AND_STORE and settings reorganization

fix: issues from SECRET_KEY_LOAD_AND_STORE and settings reorganization #1642

Workflow file for this run

name: "Conventional PR title"
on:
pull_request:
branches:
- "main"
types:
- opened
- edited
- synchronize
jobs:
conventional_title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true