Skip to content

PWX-39302 Add inspect options to volume inspect API #15

PWX-39302 Add inspect options to volume inspect API

PWX-39302 Add inspect options to volume inspect API #15

Workflow file for this run

name: Message Slack for stale PRs
on:
pull_request_target:
types: [labeled]
jobs:
build:
if: contains(github.event.pull_request.labels.*.name, 'stage/in-review-stale')
runs-on: ubuntu-latest
steps:
- name: Send custom JSON data to Slack workflow
id: slack
uses: slackapi/[email protected]
with:
payload: |
{
"pr_name": "${{ github.event.pull_request.title }}",
"pr_link": "${{ github.event.pull_request.html_url }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}