Update triage.yml

This commit is contained in:
Robert Brennan
2022-08-09 09:36:15 -04:00
committed by GitHub
parent 195b9a8860
commit 511157e010

View File

@@ -10,7 +10,7 @@ jobs:
if: github.actor!= 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Slack Notification
- name: Issue Notification
if: github.event.issue.title != ''
env:
TITLE: "${{ github.event.issue.title }}"
@@ -38,7 +38,7 @@ jobs:
envsubst < body-template.json > body.json
curl -X POST "${{ secrets.SLACK_INCOMING_WEBHOOK }}" -H "Content-type: application/json" -d @./body.json
- name: Slack Notification
- name: PR Notification
if: github.event.pull_request.title != ''
env:
TITLE: "${{ github.event.pull_request.title }}"