-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): remove unused files and actions
Changelog is not really useful as we generated the changelog during release in Github releases Closes #5813
- Loading branch information
Showing
8 changed files
with
1 addition
and
120,103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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:[email protected]/$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 | ||
|
Submodule changelog
deleted from
b25e89
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.