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
|
||||
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
|
||||
- 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
|
@ -26,13 +26,7 @@ jobs:
|
||||
env:
|
||||
NODE_OPTIONS: '--experimental-fetch'
|
||||
with:
|
||||
body: Addition of more automatically parsed PIS Codes
|
||||
body: Automatic release after changes
|
||||
tag_name: ${{ steps.timestamp.outputs.date }}
|
||||
name: ${{ steps.timestamp.outputs.date }}
|
||||
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