summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-10 19:55:18 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-10 19:55:18 +0100
commit277eb3012eb84587df777c7d99b4e7cede47ee5c (patch)
tree5e1dc63708ff80df5a4ab5b350b0dcebfe35dc44 /.github
parent357887c25ec1b9dc31f24443a9841bb88e17a9e7 (diff)
downloadqutebrowser-277eb3012eb84587df777c7d99b4e7cede47ee5c.tar.gz
qutebrowser-277eb3012eb84587df777c7d99b4e7cede47ee5c.zip
ci: Use v1 of irc-message-action again
https://github.com/Gottox/irc-message-action/issues/5 is fixed
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
-rw-r--r--.github/workflows/docker.yml4
-rw-r--r--.github/workflows/recompile-requirements.yml4
3 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 579131eb6..ccb29d100 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -196,7 +196,7 @@ jobs:
if: "always() && github.repository_owner == 'qutebrowser'"
steps:
- name: Send success IRC notification
- uses: Gottox/irc-message-action@v1.1
+ uses: Gottox/irc-message-action@v1
if: "needs.linters.result == 'success' && needs.tests.result == 'success' && needs.tests-docker.result == 'success' && needs.codeql.result == 'success'"
with:
server: chat.freenode.net
@@ -204,7 +204,7 @@ jobs:
nickname: qutebrowser-bot
message: "[${{ github.workflow }}] \u00033Success:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})"
- name: Send failure IRC notification
- uses: Gottox/irc-message-action@v1.1
+ uses: Gottox/irc-message-action@v1
if: "needs.linters.result == 'failure' || needs.tests.result == 'failure' || needs.tests-docker.result == 'failure' || needs.codeql.result == 'failure'"
with:
server: chat.freenode.net
@@ -213,7 +213,7 @@ jobs:
message: "[${{ github.workflow }}] \u00034FAIL:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})\n
linters: ${{ needs.linters.result }}, tests: ${{ needs.tests.result }}, tests-docker: ${{ needs.tests-docker.result }}, codeql: ${{ needs.codeql.result }}"
- name: Send skipped IRC notification
- uses: Gottox/irc-message-action@v1.1
+ uses: Gottox/irc-message-action@v1
if: "needs.linters.result == 'skipped' || needs.tests.result == 'skipped' || needs.tests-docker.result == 'skipped' || needs.codeql.result == 'skipped'"
with:
server: chat.freenode.net
@@ -221,7 +221,7 @@ jobs:
nickname: qutebrowser-bot
message: "[${{ github.workflow }}] \u00038Skipped:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})"
- name: Send cancelled IRC notification
- uses: Gottox/irc-message-action@v1.1
+ uses: Gottox/irc-message-action@v1
if: "needs.linters.result == 'cancelled' || needs.tests.result == 'cancelled' || needs.tests-docker.result == 'cancelled' || needs.codeql.result == 'cancelled'"
with:
server: chat.freenode.net
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 3ad0e729e..d4023d57c 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -44,7 +44,7 @@ jobs:
if: "always() && github.repository == 'qutebrowser/qutebrowser'"
steps:
- name: Send success IRC notification
- uses: Gottox/irc-message-action@v1.1
+ uses: Gottox/irc-message-action@v1
if: "needs.docker.result == 'success'"
with:
server: chat.freenode.net
@@ -52,7 +52,7 @@ jobs:
nickname: qutebrowser-bot
message: "[${{ github.workflow }}] \u00033Success:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})"
- name: Send non-success IRC notification
- uses: Gottox/irc-message-action@v1.1
+ uses: Gottox/irc-message-action@v1
if: "needs.docker.result != 'success'"
with:
server: chat.freenode.net
diff --git a/.github/workflows/recompile-requirements.yml b/.github/workflows/recompile-requirements.yml
index c939aa81d..0765a18be 100644
--- a/.github/workflows/recompile-requirements.yml
+++ b/.github/workflows/recompile-requirements.yml
@@ -60,7 +60,7 @@ jobs:
if: "always() && github.repository == 'qutebrowser/qutebrowser'"
steps:
- name: Send success IRC notification
- uses: Gottox/irc-message-action@v1.1
+ uses: Gottox/irc-message-action@v1
if: "needs.update.result == 'success'"
with:
server: chat.freenode.net
@@ -68,7 +68,7 @@ jobs:
nickname: qutebrowser-bot
message: "[${{ github.workflow }}] \u00033Success:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})"
- name: Send non-success IRC notification
- uses: Gottox/irc-message-action@v1.1
+ uses: Gottox/irc-message-action@v1
if: "needs.update.result != 'success'"
with:
server: chat.freenode.net