Skip to content

Adding release notes for 3.0-alpha1 (#1073) #3145

Adding release notes for 3.0-alpha1 (#1073)

Adding release notes for 3.0-alpha1 (#1073) #3145

Workflow file for this run

name: Validate Gradle Wrapper
on:
push:
branches-ignore:
- 'whitesource-remediate/**'
- 'backport/**'
pull_request:
types: [opened, synchronize, reopened]
jobs:
validate:
name: Validate
if: github.repository == 'opensearch-project/flow-framework'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v4