workflows: remove "ready to merge" on publish fail

master
Jonathan Chang 2020-04-26 10:13:26 +10:00
parent ad9251e048
commit 6b50c0228f
1 changed files with 6 additions and 0 deletions

View File

@ -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"
}