Skip to content

Ask anyone to volunteer for working on issues. And display them as volunteers on issues. So everyone knows when a issue is being worked upon by public.

License

Notifications You must be signed in to change notification settings

jazibjafri/issue-volunteer

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue Volunteer

Ask anyone to volunteer for working on issues.

Description

A bot comments on all new issues, asking the visitors if they would like to work on this issue. img/1

When the visitor comments their interest, bot adds a volunteer label and displays the person working img/2

Inputs

repo-token

Required repo token, can be passed using {{ secrets.GITHUB_TOKEN }}

volunteer-message

Optional Comment message asking for volunteers

default: I am willing to work on this issue

label-name

Optional Custom label name

default: volunteer

label-color

Optional Custom label color

default: F79A41 (orange)

label-desc

Optional Custom label description

default: Someone volunteered to work on this

Example usage in workflow

on: [issues, issue_comment]
jobs:
  volunteer:
    runs-on: ubuntu-latest
    name: A job to get volunteers
    steps:
      - uses: actions/checkout@master
      - name: issuevolunteer
        id: issuevolunteer
        uses: JazibJafri/issue-volunteer@v1
        with:
          repo-token: "${{ secrets.GITHUB_TOKEN }}"
          volunteer-message: "I will work"
          label-name: "volunteered"
          label-color: "001FFF"
          label-desc: "Someone is working"

LICENSE

MIT

About

Ask anyone to volunteer for working on issues. And display them as volunteers on issues. So everyone knows when a issue is being worked upon by public.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published