Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

feat: spans with information #31

feat: spans with information

feat: spans with information #31

Workflow file for this run

name: Project Workflows
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
jobs:
check_pull_requests:
name: Check linked issues
runs-on: ubuntu-latest
if: github.event_name == 'pull_request_target'
permissions:
issues: read
pull-requests: write
steps:
- uses: nearform-actions/github-action-check-linked-issues@v1
id: check-linked-issues