mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-09 10:47:05 +00:00
Update triage.yml
This commit is contained in:
4
.github/workflows/triage.yml
vendored
4
.github/workflows/triage.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user