1
0
mirror of synced 2026-01-28 00:02:29 -05:00

fix incorrect reference to issues (#18870)

This commit is contained in:
Sarah Edwards
2021-04-21 09:29:56 -07:00
committed by GitHub
parent 74ee1645bf
commit 35a54fdaad

View File

@@ -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