Skip to content

Commit

Permalink
ci: workflow to ping Discord users when RVX Manager version is released
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Dec 7, 2024
1 parent bbac4d1 commit c07c525
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 301 deletions.
117 changes: 0 additions & 117 deletions .github/workflows/build_pull_request.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/discord_ping_on_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Ping Discord on release

on:
release:
types: [published]

jobs:
notify-discord:
runs-on: ubuntu-latest
steps:
- uses: sarisia/actions-status-discord@v1
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK_URL }}
username: ReVanced Extended
color: 0xff5252
nodetail: true
notimestamp: true
content: "<@&1271198041361354833>"
title: "RVX Manager `${{ github.event.release.tag_name }}` has been released!"
description: |
Click [here](${{ github.event.release.html_url }}) to download it and read the changelog.
28 changes: 0 additions & 28 deletions .github/workflows/open_pull_request.yml

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/release.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/sync_crowdin.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/update_documentation.yml

This file was deleted.

0 comments on commit c07c525

Please sign in to comment.