.github/workflows: Use Gottox/irc-message-action to avoid the docker overhead
This commit is contained in:
parent
daffd7342f
commit
4fa9af7561
|
@ -13,7 +13,7 @@ jobs:
|
||||||
timeout-minutes: 3
|
timeout-minutes: 3
|
||||||
steps:
|
steps:
|
||||||
- name: irc push
|
- name: irc push
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: Gottox/irc-message-action@master
|
||||||
if: github.event_name == 'push' && github.repository == 'void-linux/void-packages'
|
if: github.event_name == 'push' && github.repository == 'void-linux/void-packages'
|
||||||
with:
|
with:
|
||||||
notice: true
|
notice: true
|
||||||
|
@ -23,7 +23,7 @@ jobs:
|
||||||
tls: true
|
tls: true
|
||||||
message: "${{ github.actor }} pushed ${{ github.event.compare }}"
|
message: "${{ github.actor }} pushed ${{ github.event.compare }}"
|
||||||
- name: irc pull request
|
- name: irc pull request
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: Gottox/irc-message-action@master
|
||||||
if: github.event_name == 'pull_request' && github.repository == 'void-linux/void-packages'
|
if: github.event_name == 'pull_request' && github.repository == 'void-linux/void-packages'
|
||||||
with:
|
with:
|
||||||
notice: true
|
notice: true
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
tls: true
|
tls: true
|
||||||
message: "${{ github.actor }} ${{ github.event.action }} pull request “${{ github.event.pull_request.title }}” ${{ github.event.pull_request.html_url }}"
|
message: "${{ github.actor }} ${{ github.event.action }} pull request “${{ github.event.pull_request.title }}” ${{ github.event.pull_request.html_url }}"
|
||||||
- name: irc issue
|
- name: irc issue
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: Gottox/irc-message-action@master
|
||||||
if: github.event_name == 'issues' && github.repository == 'void-linux/void-packages'
|
if: github.event_name == 'issues' && github.repository == 'void-linux/void-packages'
|
||||||
with:
|
with:
|
||||||
notice: true
|
notice: true
|
||||||
|
|
Loading…
Reference in New Issue