Skip to content

Commit

Permalink
chore(ci): remove unused files and actions
Browse files Browse the repository at this point in the history
Changelog is not really useful as we generated the changelog during release in Github releases

Closes #5813
  • Loading branch information
squakez committed Sep 6, 2024
1 parent b6bcb2b commit 4bd20d5
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 120,103 deletions.
8 changes: 1 addition & 7 deletions .github/actions/automatic-updates/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ runs:
distribution: ${{ inputs.javaDistribution }}
java-version: ${{ inputs.javaVersion }}

- name: Generate changelog
uses: ./.github/actions/changelog
with:
token: ${{ inputs.secretGithubToken }}
release_branch: ${{ inputs.branch-ref }}

# Autogenerated resources
- name: Run project refresh actions
shell: bash
Expand Down Expand Up @@ -97,7 +91,7 @@ runs:
run: |
git config --local user.email "$CI_EMAIL"
git config --local user.name "$CI_USER"
git add README.adoc CHANGELOG.md && git commit -m 'chore: nightly automatic updates' || echo "No nightly automatic updates changes to commit"
git commit -am 'chore: nightly automatic updates' || echo "No nightly automatic updates changes to commit"
git push "https://$CI_USER:$CI_TOKEN@github.com/$GITHUB_REPOSITORY.git" HEAD:${{ inputs.branch-ref }} || echo "No nightly automatic updates changes to push"
# Give it a rest to avoid hitting Github API rate limit
Expand Down
1 change: 0 additions & 1 deletion .github/actions/changelog
Submodule changelog deleted from b25e89
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule ".github/actions/changelog"]
path = .github/actions/changelog
url = https://github.com/CharMixer/auto-changelog-action
[submodule ".github/actions/gh-go-mod-generate-sbom"]
path = .github/actions/gh-go-mod-generate-sbom
url = https://github.com/CycloneDX/gh-gomod-generate-sbom/
6,110 changes: 0 additions & 6,110 deletions CHANGELOG.md

This file was deleted.

2 changes: 0 additions & 2 deletions badge.out

This file was deleted.

1 change: 0 additions & 1 deletion coverage

This file was deleted.

2,183 changes: 0 additions & 2,183 deletions coverage.mod.out

This file was deleted.

111,796 changes: 0 additions & 111,796 deletions coverage.out

This file was deleted.

0 comments on commit 4bd20d5

Please sign in to comment.