mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
ci: Debug
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
parent
1cf71ea5a7
commit
d21551b9d7
@ -49,16 +49,12 @@ jobs:
|
||||
repo: context.repo.repo,
|
||||
labels: [LABEL_ADD]
|
||||
})
|
||||
try {
|
||||
github.issues.removeLabel({
|
||||
issue_number: ${{ steps.source-run-info.outputs.pullRequestNumber }},
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
name: [LABEL_REMOVE]
|
||||
name: LABEL_REMOVE
|
||||
})
|
||||
} catch (error) {
|
||||
console.log(e)
|
||||
}
|
||||
|
||||
label-lint-install:
|
||||
name: Label lint and install status
|
||||
@ -129,7 +125,7 @@ jobs:
|
||||
issue_number: ${{ steps.source-run-info.outputs.pullRequestNumber }},
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
name: [LABEL_REMOVE]
|
||||
name: LABEL_REMOVE
|
||||
})
|
||||
} catch (error) {
|
||||
console.log(e)
|
||||
@ -161,7 +157,7 @@ jobs:
|
||||
issue_number: ${{ steps.source-run-info.outputs.pullRequestNumber }},
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
name: [LABEL_REMOVE]
|
||||
name: LABEL_REMOVE
|
||||
})
|
||||
} catch (error) {
|
||||
console.log(e)
|
||||
|
Loading…
Reference in New Issue
Block a user