Skip to content

Commit bc6530a

Browse files
authored
Merge pull request #497 from TotallyNotRobots/remove-soundcloud
Remove soundcloud
2 parents 0aca913 + 4b8c693 commit bc6530a

File tree

4 files changed

+21
-250
lines changed

4 files changed

+21
-250
lines changed

.github/workflows/irc-notify.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ jobs:
55
test:
66
runs-on: ubuntu-latest
77
steps:
8-
- name: irc pull request
9-
uses: rectalogic/notify-irc@v1
10-
if: github.event_name == 'pull_request'
11-
with:
12-
channel: "#gonzobot-dev"
13-
nickname: tnr-git
14-
server: irc.snoonet.org
15-
sasl_password: ${{ secrets.IRC_PASSWORD }}
16-
message: |
17-
${{ github.actor }} opened PR ${{ github.event.pull_request.html_url }}
18-
- name: irc tag created
19-
uses: rectalogic/notify-irc@v1
20-
if: github.event_name == 'create' && github.event.ref_type == 'tag'
21-
with:
22-
channel: "#gonzobot-dev"
23-
nickname: tnr-git
24-
server: irc.snoonet.org
25-
sasl_password: ${{ secrets.IRC_PASSWORD }}
26-
message: |
27-
${{ github.actor }} tagged ${{ github.repository }} ${{ github.event.ref }}
8+
- name: irc pull request
9+
uses: rectalogic/notify-irc@v1
10+
if: github.event_name == 'pull_request'
11+
with:
12+
channel: "#gonzobot-dev"
13+
nickname: tnr-git
14+
server: irc.snoonet.org
15+
sasl_password: ${{ secrets.IRC_PASSWORD }}
16+
message: |
17+
${{ github.actor }} opened PR ${{ github.event.pull_request.html_url }}
18+
- name: irc tag created
19+
uses: rectalogic/notify-irc@v1
20+
if: github.event_name == 'create' && github.event.ref_type == 'tag'
21+
with:
22+
channel: "#gonzobot-dev"
23+
nickname: tnr-git
24+
server: irc.snoonet.org
25+
sasl_password: ${{ secrets.IRC_PASSWORD }}
26+
message: |
27+
${{ github.actor }} tagged ${{ github.repository }} ${{ github.event.ref }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4545
- Python 3.5 support dropped
4646
- Removed geoip plugin
4747
- Removewd yandex translate plugin
48+
- Removed soundcloud plugin due to API removal
4849

4950
## [1.3.0] 2020-03-17
5051
### Added

config.default.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
"wolframalpha": "",
107107
"lastfm": "",
108108
"rottentomatoes": "",
109-
"soundcloud": "",
110109
"twitter_consumer_key": "",
111110
"twitter_consumer_secret": "",
112111
"twitter_access_token": "",

plugins/soundcloud.py

Lines changed: 0 additions & 229 deletions
This file was deleted.

0 commit comments

Comments
 (0)