From 8fe358f9eb9f08bd5b5912ff01937275a56f2e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 05:50:58 +0000 Subject: [PATCH 1/2] build(deps): bump gofunky/update-codeowners from v0.3.1 to v0.3.2 Bumps [gofunky/update-codeowners](https://github.com/gofunky/update-codeowners) from v0.3.1 to v0.3.2. - [Release notes](https://github.com/gofunky/update-codeowners/releases) - [Commits](https://github.com/gofunky/update-codeowners/compare/v0.3.1...b4862c2fc6d6aaf5bd4c18ee761e89e23662c747) Signed-off-by: dependabot[bot] --- .github/workflows/example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index d52e189..baaed26 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -30,7 +30,7 @@ jobs: # the token is necessary for checks to rerun after auto commit token: ${{ secrets.PAT }} - name: update code owners - uses: gofunky/update-codeowners@v0.3.1 + uses: gofunky/update-codeowners@v0.3.2 with: distribution: 25 username: true From b0e639b3483d514da6c133ee770b026961e02245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 25 Nov 2020 05:51:37 +0000 Subject: [PATCH 2/2] docs(markdown): include and update examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b6335b..64a3091 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ jobs: # the token is necessary for checks to rerun after auto commit token: ${{ secrets.PAT }} - name: update code owners - uses: gofunky/update-codeowners@v0.3.1 + uses: gofunky/update-codeowners@v0.3.2 with: distribution: 25 username: true