mirror of
https://github.com/tsickert/discord-webhook.git
synced 2025-02-03 21:16:41 -05:00
Remove unused workflow
This commit is contained in:
parent
50c8860db1
commit
72361672fe
1 changed files with 0 additions and 26 deletions
26
.github/workflows/filtered_github_webhooks.yml
vendored
26
.github/workflows/filtered_github_webhooks.yml
vendored
|
@ -1,26 +0,0 @@
|
|||
name: Execute Filtered GitHub Webhook
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- closed
|
||||
- reopened
|
||||
|
||||
jobs:
|
||||
notify_if_not_dependabot:
|
||||
if: ${{ !contains(github.event.pull_request.user.login, 'dependabot') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Discord Webhook Action
|
||||
uses: ./
|
||||
with:
|
||||
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||
username: GitHub
|
||||
avatar-url: "https://cdn.discordapp.com/avatars/999680196040982618/df91181b3f1cf0ef1592fbe18e0962d7.webp"
|
||||
embed-author-name: ${{ github.event.pull_request.user.login }}
|
||||
embed-author-url: ${{ github.event.pull_request.user.html_url }}
|
||||
embed-author-icon-url: ${{ github.event.pull_request.user.avatar_url }}
|
||||
embed-title: '[${{ github.event.repository.full_name }}] Pull request ${{ github.event.action }}: #${{ github.event.number }} ${{ github.event.pull_request.title }}'
|
||||
embed-description: ${{ github.event.pull_request.body }}
|
||||
embed-url: ${{ github.event.pull_request.html_url }}
|
Loading…
Reference in a new issue