Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/dependabot.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/clossing-issues.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/comments.yml

This file was deleted.

23 changes: 9 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
with:
go-version: '^1.25' # The Go version to download (if necessary) and use.
go-version: "^1.25" # The Go version to download (if necessary) and use.
- name: Install Build Dependencies
run: make get-build-deps
- name: Download required modules
Expand All @@ -55,10 +55,11 @@ jobs:
path: |
out/*.tar.gz
release:
needs: [ 'build-and-test' ]
needs: ["build-and-test"]
permissions:
contents: write
if: github.repository == 'bitnami/render-template' && startsWith(github.ref, 'refs/tags/')
actions: read
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
Expand All @@ -71,6 +72,11 @@ jobs:
- name: Release
run: |
set -e
echo "=== Debug: Listing artifacts directory ==="
ls -la ./artifacts/ || echo "No artifacts directory"
ls -la ./artifacts/built-binaries/ || echo "No built-binaries directory"
find ./artifacts -type f || echo "No files found"
echo "==========================================="
create_digest_file() {
local digest_file=${1:?You must provide the digest file path}
shift
Expand Down Expand Up @@ -98,14 +104,3 @@ jobs:
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
notify:
name: Send notification
needs:
- release
if: ${{ always() && needs.release.result == 'failure' }}
uses: bitnami/support/.github/workflows/gchat-notification.yml@main
with:
workflow: ${{ github.workflow }}
job-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
secrets:
webhook-url: ${{ secrets.GCHAT_CONTENT_ALERTS_WEBHOOK_URL }}
23 changes: 0 additions & 23 deletions .github/workflows/move-closed-issues.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/pr-review-hack.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/pr-reviews-requested.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/pr-reviews.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/reasign.yml

This file was deleted.

Loading
Loading