Compare commits
2 Commits
c34ee4582f
...
f21ce6c5db
Author | SHA1 | Date | |
---|---|---|---|
f21ce6c5db | |||
194f20ea6f |
@ -1,27 +0,0 @@
|
|||||||
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: Generate Release
|
name: PIS Generate
|
||||||
|
|
||||||
run-name: Release_Generator
|
run-name: PIS_Generator
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@ -26,7 +26,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NODE_OPTIONS: '--experimental-fetch'
|
NODE_OPTIONS: '--experimental-fetch'
|
||||||
with:
|
with:
|
||||||
body: Automatic release after changes
|
body: Addition of more automatically parsed PIS Codes
|
||||||
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