chore(deps-dev): bump vite from 5.4.3 to 5.4.14 #185
This file contains 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: 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 }}" |