@codfish/actions-playground 0.0.0-PR-44--6afc78d → 0.0.0-PR-47--94e1bf0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CODEOWNERS +8 -0
  2. package/package.json +1 -1
package/CODEOWNERS ADDED
@@ -0,0 +1,8 @@
1
+ # About CODEOWNERS: Syntax and Example
2
+ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
3
+ #
4
+ # These owners will be the default owners for everything in
5
+ # the repo. Unless a later match takes precedence,
6
+ # @global-owner1 and @global-owner2 will be requested for
7
+ # review when someone opens a pull request.
8
+ * @codfish @semantic-release-bot
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-44--6afc78d",
3
+ "version": "0.0.0-PR-47--94e1bf0",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {