mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-31 11:56:14 +03:00
Add Bot Replies (#1701)
* Update label-commenter-config.yml * Update reply-bot.yml
This commit is contained in:
36
.github/workflows/reply-bot.yml
vendored
36
.github/workflows/reply-bot.yml
vendored
@@ -22,6 +22,18 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
####################################################################
|
||||
## Remove labels again (issues only)
|
||||
## Make sure to also add the reply message to .github/label-commenter-config.yml!
|
||||
####################################################################
|
||||
- name: Remove 'Logfile' label again (issues only)
|
||||
if: github.event.label.name == 'bot-reply Logfile'
|
||||
uses: actions-cool/issues-helper@v2
|
||||
with:
|
||||
actions: 'remove-labels'
|
||||
labels: 'bot-reply Logfile'
|
||||
|
||||
- name: Remove 'Web Console' label again (issues only)
|
||||
if: github.event.label.name == 'bot-reply Web Console'
|
||||
uses: actions-cool/issues-helper@v2
|
||||
@@ -29,6 +41,20 @@ jobs:
|
||||
actions: 'remove-labels'
|
||||
labels: 'bot-reply Web Console'
|
||||
|
||||
- name: Remove 'Properly Format Code' label again (issues only)
|
||||
if: github.event.label.name == 'bot-reply Properly Format Code'
|
||||
uses: actions-cool/issues-helper@v2
|
||||
with:
|
||||
actions: 'remove-labels'
|
||||
labels: 'bot-reply Properly Format Code'
|
||||
|
||||
- name: Remove 'Web Installer' label again (issues only)
|
||||
if: github.event.label.name == 'bot-reply Web Installer'
|
||||
uses: actions-cool/issues-helper@v2
|
||||
with:
|
||||
actions: 'remove-labels'
|
||||
labels: 'bot-reply Web Installer'
|
||||
|
||||
- name: Remove 'Rolling Build' label again (issues only)
|
||||
if: github.event.label.name == 'bot-reply Rolling Build'
|
||||
uses: actions-cool/issues-helper@v2
|
||||
@@ -36,6 +62,16 @@ jobs:
|
||||
actions: 'remove-labels'
|
||||
labels: 'bot-reply Rolling Build'
|
||||
|
||||
- name: Remove 'Show Trained Digits/Pointers' label again (issues only)
|
||||
if: github.event.label.name == 'bot-reply Show Trained Digits/Pointers'
|
||||
uses: actions-cool/issues-helper@v2
|
||||
with:
|
||||
actions: 'remove-labels'
|
||||
labels: 'bot-reply Show Trained Digits/Pointers'
|
||||
|
||||
####################################################################
|
||||
## Write the response
|
||||
####################################################################
|
||||
- name: Write Response
|
||||
uses: peaceiris/actions-label-commenter@c2d00660c86f2b9ed0fb35b372c451558eba85b3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user