Remove files from release
All checks were successful
Generate Release / validate_and_release (push) Successful in 13s
All checks were successful
Generate Release / validate_and_release (push) Successful in 13s
This commit is contained in:
parent
94983cf1a6
commit
7070b4d3cb
@ -16,6 +16,12 @@ jobs:
|
|||||||
- name: Validate YAML
|
- name: Validate YAML
|
||||||
uses: https://github.com/GrantBirki/json-yaml-validate@v2.6.1
|
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"
|
- name: Create PR
|
||||||
|
uses: https://github.com/peter-evans/create-pull-request@v6
|
||||||
## Adjust so that the release is posted by OwlBot
|
with:
|
||||||
|
token: ${{ secrets.OWLBOT_KEY }}
|
||||||
|
committer: OwlBot <owlbot@owlboard.info>
|
||||||
|
signoff: true
|
||||||
|
title: Merge Changes
|
||||||
|
reviewers: fred.boniface
|
||||||
|
branch: main
|
@ -26,13 +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 }}
|
||||||
files: |
|
|
||||||
./pis/gw.yaml
|
|
||||||
./reasonCodes/reasoncodes.json
|
|
||||||
|
|
||||||
## Adjust so that the release is posted by OwlBot
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user