Update README.md #1901
This file contains 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: "Issue volunteer assignment" | |
on: [issue_comment] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: bhermann/[email protected] | |
with: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
label_phase1: '1. data collection' | |
label_phase2: '2. check work package' | |
label_phase3: '3. collect statistics' | |
assign_phrase: 'I would like to work on this please!' | |
completion_phrase: 'I completed this work package.' | |
phase1_results_phrase: 'Results of Phase 1' | |
phase2_results_phrase: 'Results of Phase 2' | |
unroll_phrase: 'Unroll please!' |