Start module revival #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |