Skip to content

Update screenshots in List and Details Widgets & Form Widgets #181

Update screenshots in List and Details Widgets & Form Widgets

Update screenshots in List and Details Widgets & Form Widgets #181

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 }}"