From fb97bc92b1df4f1f0a2d702162502985540bd5cf Mon Sep 17 00:00:00 2001 From: PSJ <51746608+thispsj@users.noreply.github.com> Date: Tue, 3 May 2022 09:35:27 +0530 Subject: [PATCH] Fix again --- ...ing-a-label-when-a-card-is-added-to-a-project-board-column.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column.md b/content/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column.md index 71e1062526..5c796d26f8 100644 --- a/content/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column.md +++ b/content/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column.md @@ -53,6 +53,7 @@ In the tutorial, you will first make a workflow file that uses the [`andymckay/l remove-labels: "needs review" repo-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %} ``` + 5. Customize the parameters in your workflow file: - In `github.event.project_card.column_id == '12345678'`, replace `12345678` with the ID of the column where you want to un-label issues and pull requests that are moved there.