data/.gitea/workflows/auto_pr.yaml
Fred Boniface f4c4195178
All checks were successful
Generate Release / validate_and_release (push) Successful in 14s
Add autopr action
2024-02-22 16:21:30 +00:00

21 lines
543 B
YAML

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