Skip to content

Commit

Permalink
Use conversejs/github-action-xmpp-notifier@master
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Oct 20, 2023
1 parent 26c7853 commit 644cc4a
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 617 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/xmpp-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: push_info_step
id: push
uses: conversejs/converse.js@jcbrand/xmpp-notify
uses: conversejs/github-action-xmpp-notifier@master
if: github.event_name == 'push'
with: # Set the secrets as inputs
# jid expects the bot's bare jid (user@domain)
Expand All @@ -28,7 +28,7 @@ jobs:
recipient_is_room: true
- name: pr_open_info_step
id: pull_request_open
uses: conversejs/converse.js@jcbrand/xmpp-notify
uses: conversejs/github-action-xmpp-notifier@master
# Will only get triggered when a pull request to master is created
if: github.event_name == 'pull_request' && github.event.action == 'opened'
with: # Set the secrets as inputs
Expand All @@ -42,7 +42,7 @@ jobs:
recipient_is_room: true
- name: pr_edit_info_step
id: pull_request_edit
uses: conversejs/converse.js@jcbrand/xmpp-notify
uses: conversejs/github-action-xmpp-notifier@master
# Will only get triggered when a pull request to master is created
if: github.event_name == 'pull_request' && github.event.action == 'edited'
with: # Set the secrets as inputs
Expand Down
32 changes: 0 additions & 32 deletions action.yml

This file was deleted.

10 changes: 0 additions & 10 deletions docker/xmpp-notify/Dockerfile

This file was deleted.

201 changes: 0 additions & 201 deletions docker/xmpp-notify/LICENSE

This file was deleted.

4 changes: 0 additions & 4 deletions docker/xmpp-notify/entrypoint.sh

This file was deleted.

11 changes: 0 additions & 11 deletions docker/xmpp-notify/go.mod

This file was deleted.

Loading

0 comments on commit 644cc4a

Please sign in to comment.