Skip to content

CLOSE@TCP not issued if there was no traffic #15

CLOSE@TCP not issued if there was no traffic

CLOSE@TCP not issued if there was no traffic #15

Workflow file for this run

name: Add issues to project
on:
issues:
types:
- opened
- transferred
- reopened
- edited
- synchronized
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/elastic/projects/765
github-token: ${{ secrets.ELASTIC_PAT }}