Improve README for Community Coding Challenges #3
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Challenge Submission | |
on: [pull_request_target, pull_request] | |
jobs: | |
pr_description: | |
runs-on: ubuntu-latest | |
name: PR description | |
steps: | |
- name: Comment on the PR with a breif description | |
uses: thollander/actions-comment-pull-request@main | |
with: | |
message: 'Thanks for creating this PR. Please submit your details and a breif description if possible.' | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |