Merge pull request #16046 from spowelljr/hideMinikubeBot
CI: add workflow to hide past minikube-bot commentspull/15996/head
commit
b0a38d8e21
|
@ -0,0 +1,8 @@
|
|||
name: hide-minikube-bot-comments
|
||||
on: issue_comment
|
||||
jobs:
|
||||
hide-comments:
|
||||
if: ${{ github.event.issue.pull_request }}
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: spowelljr/hide-minikube-bot-comments@3e2cbc9fcd07d17eeea7dab7ac90a27cb29f8bce
|
Loading…
Reference in New Issue