Skip to content

Start module revival #1

Start module revival

Start module revival #1

Workflow file for this run

name: Start module revival
on:
workflow_dispatch:
inputs:
steward:
description: "GitHub login of the Steward"
required: false
permissions:
issues: write
contents: read
jobs:
start:
# Pinned to the PR branch until PowerShellOrg/.github#16 merges; then @main and drop source_ref.
uses: PowerShellOrg/.github/.github/workflows/revival-start.yml@revival-generator
with:
steward: ${{ inputs.steward }}
source_ref: revival-generator