Skip to content

Replace the "Pause" button with a sticky "Display Step" checkbox #8733

Replace the "Pause" button with a sticky "Display Step" checkbox

Replace the "Pause" button with a sticky "Display Step" checkbox #8733

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/labeler@v6.2.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"