Skip to content

Issue Volunteer

Actions
Ask anyone to volunteer for working on issues
1.0.0
Latest
Star (1)

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

Issue Volunteer is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Ask anyone to volunteer for working on issues
1.0.0
Latest

Issue Volunteer is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.