Skip to content

Modify the staging k6 load testing to allow for accurate tests with lower resources #8117

Modify the staging k6 load testing to allow for accurate tests with lower resources

Modify the staging k6 load testing to allow for accurate tests with lower resources #8117

name: "Subscribe to Label"
# link: https://github.com/bytecodealliance/subscribe-to-label-action
on:
issues:
types: ["labeled"]
jobs:
subscribe:
runs-on: ubuntu-latest
# Prevent running this workflow on forks, it's unnecessary for external contributors
if: github.repository_owner == 'WordPress'
steps:
- uses: bytecodealliance/subscribe-to-label-action@v1
with:
repo-token: "${{ secrets.ACCESS_TOKEN }}"