Skip to content

WIP: Test contributor action #2

WIP: Test contributor action

WIP: Test contributor action #2

Workflow file for this run

name: Check PR author
on:
pull_request:
jobs:
check-author:
name: Check author
runs-on: ubuntu-20.04
steps:
- name: Check email
run: echo "This PR is opened by ${{ github.event.pull_request.user.email }}."