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

Replace ft.yml with CODEOWNERS file #8

Merged
merged 1 commit into from
Mar 18, 2019
Merged

Replace ft.yml with CODEOWNERS file #8

merged 1 commit into from
Mar 18, 2019

Conversation

ker-an
Copy link
Contributor

@ker-an ker-an commented Mar 8, 2019

This PR replaces our custom ft.yml file with GitHub's standard CODEOWNERS file. The CODEOWNERS file defines the individual or team that is responsible for the code in the repository. Unlike ft.yml, code owners will automatically be asked to review any pull requests.

For more information on CODEOWNERS, see https://help.github.com/en/articles/about-code-owners.

Where a repository contains an empty ft.yml, no CODEOWNERS file will be created. We did this so we can easily identify which repositories are unowned by looking for the absence of a CODEOWNERS file.

The n-gage package insists that repositories have an ft.yml file. Version 3.4.0 of n-gage removes this requirement. This transformation requires n-gage version 3.4.0 in package.json because it deletes the (otherwise required) ft.yml file.

Changes:

-- update package.json: `/Users/keran.braich/Sites/transformation-runner/repositories/n-search-parser/package.json`
    -- devDependencies.n-gage:
        -- Updated `@financial-times/n-gage` dependency. Previous value: ^2.0.2

-- update ft.yml:
    -- CODEOWNERS file created. Owner: matt.hinchliffe@ft.com

    -- ft.yml file successfully deleted.
-- update CircleCI config file: `/Users/keran.braich/Sites/transformation-runner/repositories/n-search-parser/.circleci/config.yml`
    -- Updated and added to the git index.
@ker-an ker-an merged commit ab59b6a into master Mar 18, 2019
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.

None yet

1 participant