Skip to content

chore: change .yaml to .yml for consistency #4860

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

alexandear
Copy link
Member

Change workflows extension from .yaml to .yml for consistency.

❯ find .github -type f -name '*.yaml'
.github/workflows/new-linter-checklist.yaml
.github/workflows/codeql.yaml

❯ find .github -type f -name '*.yml'
.github/boring-cyborg.yml
.github/workflows/pr-documentation.yml
.github/workflows/pr.yml
.github/workflows/post-release.yml
.github/workflows/tag.yml
.github/workflows/pr-extra.yml
.github/workflows/documentation.yml
.github/stale.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/dependabot.yml

@ldez ldez added the topic: cleanup Related to code, process, or doc cleanup label Jul 5, 2024
@ldez ldez added this to the next milestone Jul 5, 2024
@ldez ldez self-requested a review July 5, 2024 13:30
@github-advanced-security

This comment was marked as off-topic.

@ldez
Copy link
Member

ldez commented Jul 5, 2024

The renaming of codeql.yaml to codeql.yml produces a problem.
I think it's because it doesn't match the content of the main branch.

EDIT: I was forced to remove this organization configuration and add a "tool" based on the new workflow to fix the problem.

@ldez ldez merged commit 1d23948 into golangci:master Jul 5, 2024
16 checks passed
@ldez ldez modified the milestones: next, v1.60 Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: cleanup Related to code, process, or doc cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants