workflows: remove "ready to merge" on publish fail
parent
ad9251e048
commit
6b50c0228f
|
@ -102,3 +102,9 @@ jobs:
|
|||
issue_number: pr,
|
||||
body: '@' + actor + ' bottle publish [failed](' + url + ').'
|
||||
})
|
||||
|
||||
github.issues.removeLabel({
|
||||
...context.repo,
|
||||
issue_number: pr,
|
||||
name: "ready to merge"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue