name: Generate Release run-name: Release_Generator on: push: branches: - auto-* jobs: validate_and_release: runs-on: ubuntu-latest steps: - name: Check out Repo code uses: actions/checkout@v3 - name: Validate YAML uses: https://github.com/GrantBirki/json-yaml-validate@v2.6.1 - run: echo "This automation is not yet doing anything. It will generate a PR" ## Adjust so that the release is posted by OwlBot