Skip to content

Commit

Permalink
ci: contributor guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Mar 11, 2024
1 parent 5590cd4 commit 1885252
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/contributor-advice.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Contributor advice

on:
push:
pull_request:

jobs:
contributor-advice:
runs-on: ubuntu-latest
steps:
- name: Add contributor advice
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: 5057
body: |
This is a multi-line test comment
- With GitHub **Markdown** :sparkles:
- Created by [create-or-update-comment][1]
[1]: https://github.com/peter-evans/create-or-update-commentgap

0 comments on commit 1885252

Please sign in to comment.