mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add more labels to remove on PR approval
Expanded the labelsToRemove array to include additional labels.
This commit is contained in:
2
.github/workflows/pr-label-on-approved.yml
vendored
2
.github/workflows/pr-label-on-approved.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
script: |
|
||||
const { owner, repo } = context.repo;
|
||||
const issue_number = ${{ steps.pr.outputs.number }};
|
||||
const labelsToRemove = ["Needs review", "Work in progress"];
|
||||
const labelsToRemove = ["Needs review", "Work in progress", "Backlog", "Can be closed?", "Help needed", "Needs Documentation"];
|
||||
|
||||
for (const name of labelsToRemove) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user