Procházet zdrojové kódy

disable remove-labels because they no longer work

CaCO3 před 3 roky
rodič
revize
3a888c54fe
1 změnil soubory, kde provedl 42 přidání a 41 odebrání
  1. 42 41
      .github/workflows/reply-bot.yml

+ 42 - 41
.github/workflows/reply-bot.yml

@@ -26,48 +26,49 @@ jobs:
       ####################################################################
       ####################################################################
       ## Remove labels again (issues only)
       ## Remove labels again (issues only)
       ## Make sure to also add the reply message to .github/label-commenter-config.yml!
       ## Make sure to also add the reply message to .github/label-commenter-config.yml!
+      ## This currently seems no longer to work due to changes on the actions-cool/issues-helper!
       ####################################################################
       ####################################################################
-      - 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
-        with:
-          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
-        with:
-          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'
+#      - name: Remove 'Logfile' label again (issues only)
+#        if: github.event.label.name == 'bot-reply Logfile'
+#        uses: actions-cool/issues-helper@v3
+#        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@v3
+#        with:
+#          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@v3
+#        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@v3
+#        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@v3
+#        with:
+#          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@v3
+#        with:
+#          actions: 'remove-labels'
+#          labels: 'bot-reply Show Trained Digits/Pointers'
       
       
       ####################################################################
       ####################################################################
       ## Write the response
       ## Write the response