Create OpenedIssue.yml
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
name: Opened Issue
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types: [opened]
|
||||||
|
jobs:
|
||||||
|
run:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: 'Opened Issue'
|
||||||
|
uses: umahmood/pushover-actions@main
|
||||||
|
env:
|
||||||
|
PUSHOVER_TOKEN: ${{ secrets.PUSHOVER_TOKEN }}
|
||||||
|
PUSHOVER_USER: ${{ secrets.PUSHOVER_USER }}
|
||||||
|
with:
|
||||||
|
title: 'Opened Issue'
|
||||||
Reference in New Issue
Block a user