mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08: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