Skip to content

change

change #10

Workflow file for this run

name: Test
on:
issue_comment:
types: [created]
jobs:
test_workflow:
if: |
contains(fromJSON('["OWNER", "CONTRIBUTOR", "COLLABORATOR", "MEMBER"]'), github.event.comment.author_association) &&
github.event.issue.pull_request &&
github.event.comment.body == '/testin'
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
# Checkout only the changed data files
- name: Test
run: |
echo $DEET
echo $DOOT
echo $DUUT
env:
DEET: ${{ github.event.issue.author_association }}
DOOT: ${{ github.event.comment.author_association}}
DUUT: ${{ github.event.repository.full_name }}