From 4fb417aee213aa73f17b05ac599c9a876d57095d Mon Sep 17 00:00:00 2001 From: Tal Borenstein <68807791+talboren@users.noreply.github.com> Date: Sun, 16 Jan 2022 14:00:39 +0200 Subject: [PATCH] Update README.md Update latest team-labeler-action version in the attached example :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26f7b6c7f..4701dcf5b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ jobs: team-labeler: runs-on: ubuntu-latest steps: - - uses: JulienKode/team-labeler-action@v0.1.0 + - uses: JulienKode/team-labeler-action@v0.1.1 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" ```