Skip to content

docs: Update screenshots in List and Details Widgets and Form Widgets #180

docs: Update screenshots in List and Details Widgets and Form Widgets

docs: Update screenshots in List and Details Widgets and Form Widgets #180

Workflow file for this run

name: Check linked issues
on:
pull_request:
types: [opened, edited, synchronize, reopened, ready_for_review]
jobs:
check-linked-issue:
runs-on: ubuntu-latest
permissions:
issues: read
steps:
- uses: nearform-actions/github-action-check-linked-issues@v1
id: check-linked-issues
with:
comment: false
- name: Get the output
run: echo "Number of linked issues ${{ steps.check-linked-issues.outputs.linked_issues_count }}"