Add autopr action
All checks were successful
Generate Release / validate_and_release (push) Successful in 14s
All checks were successful
Generate Release / validate_and_release (push) Successful in 14s
This commit is contained in:
parent
2360b2483b
commit
f4c4195178
21
.gitea/workflows/auto_pr.yaml
Normal file
21
.gitea/workflows/auto_pr.yaml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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
|
@ -1,6 +1,6 @@
|
|||||||
name: PIS Generate
|
name: Generate Release
|
||||||
|
|
||||||
run-name: PIS_Generator
|
run-name: Release_Generator
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
Loading…
Reference in New Issue
Block a user