From 7070b4d3cb12c24660d90df14c69a49243594535 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 22 Feb 2024 16:44:17 +0000 Subject: [PATCH] Remove files from release --- .gitea/workflows/auto_pr.yaml | 12 +++++++++--- .gitea/workflows/release.yaml | 8 +------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/auto_pr.yaml b/.gitea/workflows/auto_pr.yaml index 8bdc3ea..047b284 100644 --- a/.gitea/workflows/auto_pr.yaml +++ b/.gitea/workflows/auto_pr.yaml @@ -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 \ No newline at end of file + - name: Create PR + uses: https://github.com/peter-evans/create-pull-request@v6 + with: + token: ${{ secrets.OWLBOT_KEY }} + committer: OwlBot + signoff: true + title: Merge Changes + reviewers: fred.boniface + branch: main \ No newline at end of file diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index cdba7db..47003eb 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -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 -