Skip to content

fix: Updating logic for reactive actions to fix cyclic dependency issue with App templates and Generate page flow of a DB #44023

fix: Updating logic for reactive actions to fix cyclic dependency issue with App templates and Generate page flow of a DB

fix: Updating logic for reactive actions to fix cyclic dependency issue with App templates and Generate page flow of a DB #44023

Workflow file for this run

name: Label PRs based on title
on:
pull_request:
branches: [release]
types: [opened, reopened, edited]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: appsmithorg/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"