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

fix: increase number of ECS running tasks #27

fix: increase number of ECS running tasks

fix: increase number of ECS running tasks #27

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