From 68fbac71ceca8458e7aba61e38e1688c4879952b Mon Sep 17 00:00:00 2001 From: danadajian Date: Tue, 4 Jan 2022 12:41:21 -0600 Subject: [PATCH] docs: deprecate prepare-queued-pr helper (#52) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 184871f5b..5ce0a2609 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Additionally, the following parameters can be used for additional control over t * In order to move a card from one place to another, it must already exist. ### [**notify-pipeline-complete**](.github/workflows/notify-pipeline-complete.yml) * Sets a "pipeline" commit status to green for all open PRs -### [**prepare-queued-pr-for-merge**](.github/workflows/prepare-queued-pr-for-merge.yml) +### [~~**prepare-queued-pr-for-merge**~~](.github/workflows/prepare-queued-pr-for-merge.yml) (DEPRECATED) * Merges the default branch into the pull request that has the `QUEUED FOR MERGE #1` label ### [**remove-label**](.github/workflows/remove-label.yml) * Removes a label from a PR