Skip to content

Bump slackapi/slack-github-action from 3.0.3 to 4.0.0 #487

Bump slackapi/slack-github-action from 3.0.3 to 4.0.0

Bump slackapi/slack-github-action from 3.0.3 to 4.0.0 #487

Workflow file for this run

name: Stress Tests (PR)
on:
pull_request_target:
types: [labeled, opened, reopened, synchronize]
permissions:
id-token: write
contents: read
jobs:
stress:
name: Stress Tests
uses: ./.github/workflows/stress.yml
if: ${{ contains(github.event.pull_request.labels.*.name, 'stress') }}
with:
environment: PR stress
ref: ${{ github.event.pull_request.head.sha }}