Skip to content

Commit

Permalink
Use CODEOWNERS as I don't need to worry about security issues (#36)
Browse files Browse the repository at this point in the history
* Use CODEOWNERS as I don't need to worry about security issues

* Add a config file for testing
  • Loading branch information
necojackarc authored Feb 23, 2021
1 parent 29ad8fb commit 0f7ef94
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @necojackarc
15 changes: 0 additions & 15 deletions .github/workflows/auto_request_review.yml

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion test/github.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('github', function() {
});

describe('fetch_config()', function() {
const config_path = '.github/auto_request_review.yml';
const config_path = 'test/assets/reviewers.yml';
const encoding = 'utf8';
const content = fs.readFileSync(config_path, encoding);

Expand Down

0 comments on commit 0f7ef94

Please sign in to comment.