From 0b86698f1f66f7c8a9fe63531672f1303c01a154 Mon Sep 17 00:00:00 2001 From: batch-bot Date: Mon, 23 Oct 2023 19:46:50 +0000 Subject: [PATCH] develop/tags -> build/tags --- .gitea/workflows/pr-closed.yml | 48 ++++++++++++++-------------------- 1 file changed, 20 insertions(+), 28 deletions(-) diff --git a/.gitea/workflows/pr-closed.yml b/.gitea/workflows/pr-closed.yml index 4827c11..230a767 100644 --- a/.gitea/workflows/pr-closed.yml +++ b/.gitea/workflows/pr-closed.yml @@ -9,33 +9,7 @@ on: - 'master' jobs: - if_merged: - if: github.event.pull_request.merged == true - runs-on: ubuntu-latest - steps: - - uses: http://sigyl.com:3000/actions/checkout@v3.5.4 - with: - token: ${{ secrets.BOT_TOKEN }} - - name: 'Automated Version Bump' - uses: 'http://sigyl.com:3000/actions/gh-action-bump-version@package-json-error' - env: - GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }} - with: - custom-git-domain: 'sigyl.com/git' - - name: tag - run: | - git fetch --tags - git tag -l - - name: delete develop branch - id: delete_develop_branch - run: git push origin --delete ${{ github.head_ref }} - continue-on-error: true - - uses: mainmatter/continue-on-error-comment@v1 - with: - repo-token: ${{ secrets.BOT_TOKEN }} - outcome: ${{ steps.delete_develop_branch.outcome }} - test-id: Error code ${{ matrix.code }} - delete-develop: + delete: runs-on: ubuntu-latest steps: - uses: http://sigyl.com:3000/actions/checkout@v3.5.4 @@ -55,4 +29,22 @@ jobs: firstString=${{ github.head_ref }} secondString="build" echo ::set-env name=BUILD_BRANCH::${firstString/develop\//"$secondString"\/}s - \ No newline at end of file + if_merged: + if: github.event.pull_request.merged == true + runs-on: ubuntu-latest + steps: + - uses: http://sigyl.com:3000/actions/checkout@v3.5.4 + with: + token: ${{ secrets.BOT_TOKEN }} + - name: tag + run: | + git tag -l + - name: delete develop branch + id: delete_develop_branch + run: git push origin --delete ${{ github.head_ref }} + continue-on-error: true + - uses: mainmatter/continue-on-error-comment@v1 + with: + repo-token: ${{ secrets.BOT_TOKEN }} + outcome: ${{ steps.delete_develop_branch.outcome }} + test-id: Error code ${{ matrix.code }}