Skip to content

[Enhancement Request] Support for Windows #2

[Enhancement Request] Support for Windows

[Enhancement Request] Support for Windows #2

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