From e0b8d2a2aaa7a58a83cc4a7a029822edde4ccad4 Mon Sep 17 00:00:00 2001 From: Joe Giglio <60236367+joegiglio@users.noreply.github.com> Date: Tue, 23 Nov 2021 17:26:54 -0500 Subject: [PATCH 1/2] Change version to master Changed version to master. The original version in the doc was throwing 401 errors. Master seems to work. --- .../adding-labels-to-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md b/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md index 6a669bb3e7..19fa8fe52a 100644 --- a/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md +++ b/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md @@ -46,7 +46,7 @@ In the tutorial, you will first make a workflow file that uses the [`andymckay/l issues: write{% endif %} steps: - name: Label issues - uses: andymckay/labeler@5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414 + uses: andymckay/labeler@master with: add-labels: "triage" repo-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %} From a22a8acbbfdbf3e60967737e80e5edb06ab53394 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Mon, 20 Dec 2021 14:48:02 +0000 Subject: [PATCH 2/2] Update content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md Co-authored-by: Edward Thomson --- .../adding-labels-to-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md b/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md index 19fa8fe52a..d25cd45826 100644 --- a/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md +++ b/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md @@ -46,7 +46,7 @@ In the tutorial, you will first make a workflow file that uses the [`andymckay/l issues: write{% endif %} steps: - name: Label issues - uses: andymckay/labeler@master + uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90 with: add-labels: "triage" repo-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}