Skip to content

Commit f58e716

Browse files
alessfgCopilot
andauthored
fix: Remove artifacts
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 9a2db3d commit f58e716

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/scripts/rename_project.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ rm -f .github/scorecard.yml
3434
if [[ "$GITHUB_REPOSITORY_OWNER" != "devcentral" && "$GITHUB_REPOSITORY_OWNER" != "f5" && "$GITHUB_REPOSITORY_OWNER" != "f5networks" && "$GITHUB_REPOSITORY_OWNER" != "nginx" && "$GITHUB_REPOSITORY_OWNER" != "nginxinc" ]]; then
3535
rm -f .github/workflows/f5_cla.yml
3636
fi
37-
# Overwrite issue forms with the respective issue form templates
38-
cp -f .github/ISSUE_TEMPLATE/bug_report.yml.template .github/ISSUE_TEMPLATE/bug_report.yml
39-
cp -f .github/ISSUE_TEMPLATE/feature_request.yml.template .github/ISSUE_TEMPLATE/feature_request.yml
37+
# Replace project issue forms with the templated issue forms (filled by sed above)
38+
mv -f .github/ISSUE_TEMPLATE/bug_report.yml.template .github/ISSUE_TEMPLATE/bug_report.yml
39+
mv -f .github/ISSUE_TEMPLATE/feature_request.yml.template .github/ISSUE_TEMPLATE/feature_request.yml
4040
# Remove the template instructions from the README and the template's CHANGELOG
4141
sed -i '1,/^---$/ { /^$/d; d }' README.md
4242
sed -i '1,/^---$/ { /^$/d; d }' CHANGELOG.md

0 commit comments

Comments
 (0)