Compare commits
5 Commits
f21ce6c5db
...
c34ee4582f
Author | SHA1 | Date | |
---|---|---|---|
c34ee4582f | |||
1a8b620faa | |||
7070b4d3cb | |||
94983cf1a6 | |||
f4c4195178 |
27
.gitea/workflows/auto_pr.yaml
Normal file
27
.gitea/workflows/auto_pr.yaml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
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
|
||||||
|
|
||||||
|
- name: Create PR
|
||||||
|
uses: https://github.com/peter-evans/create-pull-request@v6
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.OWLBOT_KEY }}
|
||||||
|
committer: OwlBot <owlbot@owlboard.info>
|
||||||
|
signoff: true
|
||||||
|
title: Merge Changes
|
||||||
|
reviewers: fred.boniface
|
||||||
|
branch: main
|
@ -1,6 +1,6 @@
|
|||||||
name: PIS Generate
|
name: Generate Release
|
||||||
|
|
||||||
run-name: PIS_Generator
|
run-name: Release_Generator
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@ -26,10 +26,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NODE_OPTIONS: '--experimental-fetch'
|
NODE_OPTIONS: '--experimental-fetch'
|
||||||
with:
|
with:
|
||||||
body: Addition of more automatically parsed PIS Codes
|
body: Automatic release after changes
|
||||||
tag_name: ${{ steps.timestamp.outputs.date }}
|
tag_name: ${{ steps.timestamp.outputs.date }}
|
||||||
name: ${{ steps.timestamp.outputs.date }}
|
name: ${{ steps.timestamp.outputs.date }}
|
||||||
token: ${{ secrets.OWLBOT_KEY }}
|
token: ${{ secrets.OWLBOT_KEY }}
|
||||||
|
|
||||||
## Adjust so that the release is posted by OwlBot
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user