Skip to content

Manual testing

Manual testing #4

Workflow file for this run

name: "Manual testing"
on:
workflow_dispatch:
inputs:
PR_NUMBER:
description: 'PR number'
required: true
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
configuration-path: '.github/labelerOld.yml'
pr-number: |
${{ inputs.PR_NUMBER }}