From 35a54fdaada716618f41b8b1a3c57cbd9577ea91 Mon Sep 17 00:00:00 2001 From: Sarah Edwards Date: Wed, 21 Apr 2021 09:29:56 -0700 Subject: [PATCH] fix incorrect reference to issues (#18870) --- ...y-to-merge-issues.yaml => move-ready-to-merge-pr.yaml} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{move-ready-to-merge-issues.yaml => move-ready-to-merge-pr.yaml} (66%) diff --git a/.github/workflows/move-ready-to-merge-issues.yaml b/.github/workflows/move-ready-to-merge-pr.yaml similarity index 66% rename from .github/workflows/move-ready-to-merge-issues.yaml rename to .github/workflows/move-ready-to-merge-pr.yaml index 014822f0a0..9986e0b8a9 100644 --- a/.github/workflows/move-ready-to-merge-issues.yaml +++ b/.github/workflows/move-ready-to-merge-pr.yaml @@ -1,7 +1,7 @@ -name: Move and unlabel ready to merge issues +name: Move and unlabel ready to merge PRs -# **What it does**: This moves ready to merge issues on the project board for the open source repo. When an issue in the open source repo is labeled "ready to merge," the "waiting for review" label is removed and the issue is moved to the "Triage" column. -# **Why we have it**: To help with managing our project boards. +# **What it does**: When a PR in the open source repo is labeled "ready to merge," the "waiting for review" label is removed and the PR is moved to the "Triage" column. +# **Why we have it**: To help with managing our project boards. # **Who does it impact**: Open source contributors, open-source maintainers. on: @@ -14,7 +14,7 @@ jobs: if: github.repository == 'github/docs' && github.event.label.name == 'ready to merge' runs-on: ubuntu-latest steps: - - name: move issue + - name: move PR uses: alex-page/github-project-automation-plus@fdb7991b72040d611e1123d2b75ff10eda9372c9 with: project: Docs team reviews