Skip to content

franfreezy - Frandel #985

franfreezy - Frandel

franfreezy - Frandel #985

Workflow file for this run

name: Signup Form Link
on: [pull_request_target, pull_request]
jobs:
signup_form_link:
runs-on: ubuntu-latest
name: Provide contributors with a link to the signup form
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Comment on the PR with a signup form link
uses: thollander/actions-comment-pull-request@main
with:
message: 'Thanks for creating this PR. Please submit your details on [this form](${{ secrets.SIGNUP_FORM }})'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}