Yuki Takei 5 anni fa
parent
commit
3e1425bd9a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .github/workflows/list-unhealthy-branches.yml

+ 2 - 2
.github/workflows/list-unhealthy-branches.yml

@@ -40,7 +40,7 @@ jobs:
         status: custom
         status: custom
         payload: |
         payload: |
           {
           {
-            text: '@channel There is some *illegal named branches* on GitHub.',
+            text: '<@channel> There is some *illegal named branches* on GitHub.',
             channel: '#ci',
             channel: '#ci',
             attachments: ${{ steps.list-branches.outputs.SLACK_ATTACHMENTS_ILLEGAL }}
             attachments: ${{ steps.list-branches.outputs.SLACK_ATTACHMENTS_ILLEGAL }}
           }
           }
@@ -54,7 +54,7 @@ jobs:
         status: custom
         status: custom
         payload: |
         payload: |
           {
           {
-            text: '@channel There is some *illegal named branches* on GitHub.',
+            text: '<@channel> There is some *illegal named branches* on GitHub.',
             channel: '#ci',
             channel: '#ci',
             attachments: ${{ steps.list-branches.outputs.SLACK_ATTACHMENTS_INACTIVE }}
             attachments: ${{ steps.list-branches.outputs.SLACK_ATTACHMENTS_INACTIVE }}
           }
           }