summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-08-22 09:24:35 +0900
committeraycabta <aycabta@gmail.com>2019-08-22 09:24:35 +0900
commitd8d8015b93c6daa8d8433895464db3493a2056e2 (patch)
tree282a0bcd81a790aa735bce8373553428c6abb5f2 /.github
parenta1d606c079f6c3d1779d885e0bf2e3991251609e (diff)
Remove footer from message to Slack
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml1
-rw-r--r--.github/workflows/ubuntu.yml1
-rw-r--r--.github/workflows/windows.yml1
3 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index a3402c12fc..3272dc1561 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -63,7 +63,6 @@ jobs:
{
"attachments": [{
"text": "<https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks|${{ job.status }}: ${{ github.workflow }} / ${{ matrix.test_task }}> (<https://github.com/${{ github.repository }}/commit/${{ github.sha }}|${{ github.sha }}>)",
- "footer": "${{ github.event.head_commit.committer.name }} at ${{ github.event.head_commit.timestamp }}",
"color": "danger"
}]
}
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 4bd82e0eb6..b3b5c70526 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -71,7 +71,6 @@ jobs:
{
"attachments": [{
"text": "<https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks|${{ job.status }}: ${{ github.workflow }} / ${{ matrix.test_task }}> (<https://github.com/${{ github.repository }}/commit/${{ github.sha }}|${{ github.sha }}>)",
- "footer": "${{ github.event.head_commit.committer.name }} at ${{ github.event.head_commit.timestamp }}",
"color": "danger"
}]
}
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index fbf6dfd4bd..2f3069e436 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -60,7 +60,6 @@ jobs:
{
"attachments": [{
"text": "<https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks|${{ job.status }}: ${{ github.workflow }} / ${{ matrix.test_task }}> (<https://github.com/${{ github.repository }}/commit/${{ github.sha }}|${{ github.sha }}>)",
- "footer": "${{ github.event.head_commit.committer.name }} at ${{ github.event.head_commit.timestamp }}",
"color": "danger"
}]
}