chore(deps): bump com.microsoft.sqlserver:mssql-jdbc from 11.2.1.jre17 to 12.3.0.jre17-preview in /app/server/appsmith-plugins/mssqlPlugin #103289
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Copy labels from a connected issue to the PR | |
| on: | |
| pull_request: | |
| types: [opened, labeled, unlabeled, assigned, edited, reopened, synchronize, ready_for_review] | |
| jobs: | |
| copy-labels-from-issue: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check and copy labels | |
| uses: appsmithorg/process-automations/actions/copy-labels-to-pr@main |