Remove files from release
Generate Release / validate_and_release (push) Successful in 13s Details

This commit is contained in:
Fred Boniface 2024-02-22 16:44:17 +00:00
parent 94983cf1a6
commit 7070b4d3cb
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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