- uses: plbstl/first-contribution@v3
with:
# The GitHub access token (e.g. secrets.GITHUB_TOKEN)
# used to add relevant comments and labels.
# This defaults to {{ github.token }}.
token: ${{ env.GITHUB_TOKEN }}
# Message to reply a first-time contributor with,
# when they open a new issue.
issue-opened-msg: |
Markdown
# Message to reply a first-time contributor with,
# when they open a new pull request.
pr-opened-msg: |
Markdown
# Message to reply a first-time contributor with,
# when their authored issue is CLOSED AS COMPLETED.
issue-completed-msg: |
Markdown
# Message to reply a first-time contributor with,
# when their authored issue is CLOSED AS NOT_PLANNED.
issue-not-planned-msg: |
Markdown
# Message to reply a first-time contributor with,
# when their authored pull request is MERGED.
pr-merged-msg: |
Markdown
# Message to reply a first-time contributor with,
# when their authored pull request is CLOSED without
# being merged.
pr-closed-msg: |
Markdown
# Comma-separated list of labels that should be added
# to an issue or pull request opened by a first-time
# contributor.
labels: label1, label2
# Comma-separated list of labels that should be added
# to an issue authored by a first-time contributor.
# Takes precedence over the 'labels' input.
issue-labels: label1, label2
# Comma-separated list of labels that should be added
# to a pull request authored by a first-time contributor.
# Takes precedence over the 'labels' input.
pr-labels: label1, label2