Skip to content

Commit 1dcca02

Browse files
authored
repo sync
2 parents 049b3f6 + b913328 commit 1dcca02

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/move-ready-to-merge-issues.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Move and unlabel ready to merge issues
2+
3+
# **What it does**: This moves ready to merge PRs on the project board for the open source repo. 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.
4+
# **Why we have it**: To help with managing our project boards.
5+
# **Who does it impact**: Open source contributors, open-source maintainers.
6+
27
on:
3-
issues:
8+
pull_request:
49
types:
510
- labeled
611

0 commit comments

Comments
 (0)