From 90edd9cbfa66236029d7425d2608cbde76ce55c0 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 31 May 2019 23:54:53 -0700 Subject: Update project owner + Remove Travis CI Signed-off-by: Tim Smith --- .github/CODEOWNERS | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 15 --------------- .travis.yml | 26 -------------------------- README.md | 10 +++++++++- 4 files changed, 10 insertions(+), 43 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 .travis.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9dbcc7b..f1217b3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ # Order is important. The last matching pattern has the most precedence. -* @chef/chef-infra-reviewers +* @chef/chef-foundation-reviewers .expeditor/** @chef/jex-team *.md @chef/docs-team diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 0df03f8..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,15 +0,0 @@ -### Description - -[Please describe what this change achieves] - -### Issues Resolved - -[List any existing issues this PR resolves, or any Discourse or -StackOverflow discussions that are relevant] - -### Check List - -- [ ] New functionality includes tests -- [ ] All tests pass -- [ ] All commits have been signed-off for the Developer Certificate of Origin. See -- [ ] PR title is a worthy inclusion in the CHANGELOG \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4a40d95..0000000 --- a/.travis.yml +++ /dev/null @@ -1,26 +0,0 @@ -language: ruby -cache: bundler -dist: xenial - -before_install: - - gem install bundler || true - - bundle --version - - gem update --system - - gem --version - -matrix: - include: - - rvm: 2.4.5 - - rvm: 2.5.5 - - rvm: 2.6.2 - - rvm: ruby-head - allow_failures: - - rvm: ruby-head - -branches: - only: - - master - -bundler_args: --without docs development - -script: bundle exec rake diff --git a/README.md b/README.md index 7575795..91fcbe1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # Mixlib::Authentication -[![Build Status Master](https://travis-ci.org/chef/mixlib-authentication.svg?branch=master)](https://travis-ci.org/chef/mixlib-authentication) [![Gem Version](https://badge.fury.io/rb/mixlib-authentication.svg)](https://badge.fury.io/rb/mixlib-authentication) +[![Gem Version](https://badge.fury.io/rb/mixlib-authentication.svg)](https://badge.fury.io/rb/mixlib-authentication) + +**Umbrella Project**: [Chef Foundation](https://github.com/chef/chef-oss-practices/blob/master/projects/chef-foundation.md) + +**Project State**: [Active](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md#active) + +**Issues [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md)**: 14 days + +**Pull Request [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md)**: 14 days Mixlib::Authentication provides a class-based header signing authentication object, like the one used in Chef. -- cgit v1.2.1