Skip to content
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

Add possibility to provide own github url #2

Merged
merged 4 commits into from
Mar 21, 2019
Merged

Conversation

mszostok
Copy link
Owner

@mszostok mszostok commented Mar 20, 2019

Description

Changes proposed in this pull request:

  • Add possibility to provide own github url
  • Add before-commit script, fix vendor, fix formatting
  • Fix the ValidOwner checker:
    problem was that in validateTeam function we used GetName() instead of GetSlug(). Slug is normalized team name which is always used in codeowners file, e.g. team name Technical Writers is normalized to technical-writers and such name is used in codeowners file.
  • Remove the GolangCI integration

Related issue(s)

Resolves: #1

@mszostok mszostok force-pushed the add-github-url branch 2 times, most recently from c37b934 to fa6bb57 Compare March 20, 2019 21:51
@mszostok mszostok merged commit ac640c6 into master Mar 21, 2019
@mszostok mszostok deleted the add-github-url branch March 21, 2019 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: support custom GitHub URLs
1 participant