.github/workflows: make IRC notify steps non-fatal
This commit is contained in:
parent
617bbda051
commit
f5587cae21
1
.github/workflows/notify-issue.yaml
vendored
1
.github/workflows/notify-issue.yaml
vendored
@ -16,6 +16,7 @@ jobs:
|
|||||||
url: "${{ github.event.issue.html_url }}"
|
url: "${{ github.event.issue.html_url }}"
|
||||||
- name: "Issue Notification"
|
- name: "Issue Notification"
|
||||||
uses: Gottox/irc-message-action@master
|
uses: Gottox/irc-message-action@master
|
||||||
|
continue-on-error: true
|
||||||
if: github.repository == 'void-linux/void-packages'
|
if: github.repository == 'void-linux/void-packages'
|
||||||
with:
|
with:
|
||||||
notice: true
|
notice: true
|
||||||
|
1
.github/workflows/notify-pr.yaml
vendored
1
.github/workflows/notify-pr.yaml
vendored
@ -16,6 +16,7 @@ jobs:
|
|||||||
url: "${{ github.event.pull_request.html_url }}"
|
url: "${{ github.event.pull_request.html_url }}"
|
||||||
- name: "Pull Request Notification"
|
- name: "Pull Request Notification"
|
||||||
uses: Gottox/irc-message-action@master
|
uses: Gottox/irc-message-action@master
|
||||||
|
continue-on-error: true
|
||||||
if: github.repository == 'void-linux/void-packages'
|
if: github.repository == 'void-linux/void-packages'
|
||||||
with:
|
with:
|
||||||
notice: true
|
notice: true
|
||||||
|
1
.github/workflows/notify-push.yaml
vendored
1
.github/workflows/notify-push.yaml
vendored
@ -16,6 +16,7 @@ jobs:
|
|||||||
url: "${{ github.event.compare }}"
|
url: "${{ github.event.compare }}"
|
||||||
- name: "Push Notification"
|
- name: "Push Notification"
|
||||||
uses: Gottox/irc-message-action@master
|
uses: Gottox/irc-message-action@master
|
||||||
|
continue-on-error: true
|
||||||
if: github.repository == 'void-linux/void-packages'
|
if: github.repository == 'void-linux/void-packages'
|
||||||
with:
|
with:
|
||||||
notice: true
|
notice: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user