Skip to content

Delete Patreon

Delete Patreon #206

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: New issue
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
issues:
types:
- reopened
- opened
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: discord-action
# You may pin to the exact commit or the version.
# uses: sebastianpopp/discord-action@ba18c5aaa871acf97620c349fd76a187550f12eb
uses: sebastianpopp/[email protected]
with:
# Discord webhook URL
webhook: 'https://discord.com/api/webhooks/907008463165620225/4NLOjVozE6UjiWuQbqqCbcAUEtacAfu3mN42SKoS90yfp-C39SupyHH6Jwn_Ciahztwm'
# Message to be sent
message: >
Issue #${{ github.event.issue.number }} created: [**${{ github.event.issue.title }}**](${{ github.event.issue.html_url }})