Skip to content

Workflows: First interaction messsage on PRs

Description

A nice message welcoming new contributors and recommending the CONTRIBUTING.md.

When I tested this, the workflow was successful, but it did not recognize my test user as a new contributor, so I haven't actually seen it comment on a PR.

Message is:

Welcome @${{github.actor}} :wave:
             
It looks like this is your first submission to the [Terraform GitLab Provider](https://github.com/${{ github.repository }})! If you haven’t already done so, please make sure you have checked out our [CONTRIBUTING.md guide](https://github.com/${{ github.repository }}/blob/${{ github.event.repository.default_branch }}/CONTRIBUTING.md) to make sure your contribution has all the necessary elements in place for a successful approval.
             
Thanks again, and welcome to the community! :smiley:

PR Checklist

  • Resource attributes match 1:1 the names and structure of the API resource in the GitLab API documentation.
  • Examples are updated with:
    • A *.tf file for the resource/s with at least one usage example
    • A *.sh file for the resource/s with an import example (if applicable)
  • New resources have at minimum a basic test with three steps:
    • Create the resource
    • Update the attributes
    • Import the resource
  • No new //lintignore comments that came from copied code. Linter rules are meant to be enforced on new code.

Merge request reports

Loading