data/.gitea/workflows/auto_pr.yaml

21 lines
543 B
YAML
Raw Normal View History

2024-02-22 16:21:30 +00:00
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