Skip to content

Commit

Permalink
Rename zsims to seek-oss (after transfering ownership)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsims committed Jun 13, 2018
1 parent 5cb3a18 commit e61d9ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The Clear BSD License

Copyright (c) 2018 Zachary Sims
Copyright (c) 2018 SEEK Pty Ltd
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ The plugin has two modes:
```yml
steps:
- plugins:
zsims/github-merged-pr#v0.0.5:
seek-oss/github-merged-pr#v0.0.5:
mode: checkout
```
```yml
steps:
- plugins:
zsims/github-merged-pr#v0.0.5:
seek-oss/github-merged-pr#v0.0.5:
mode: trigger
```
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- ".:/plugin:ro"
lint:
image: buildkite/plugin-linter
command: ['--name', 'zsims/github-merged-pr']
command: ['--name', 'seek-oss/github-merged-pr']
volumes:
- ".:/plugin:ro"

2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: github-merged-pr
description: Checks out the GitHub PR merge ref rather than the branch HEAD
author: https://github.com/zsims
author: https://github.com/seek-oss
requirements: []
configuration:
properties:
Expand Down

0 comments on commit e61d9ad

Please sign in to comment.