Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thollander authored May 5, 2021
1 parent 52e50e9 commit efe5b31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Comment Pull Request - GitHub Actions

## What is it ?

A GitHub action that comments with a given message the pull request linked to the pushed branch.
You can even put dynamic data thanks to [Contexts and expression syntax](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/contexts-and-expression-syntax-for-github-actions).

## DISCLAIMER

If you prefer not to download a full action, this can now be easily done thanks to [github scripts](https://github.com/actions/github-script).
Expand All @@ -15,11 +20,6 @@ If you prefer not to download a full action, this can now be easily done thanks
github.issues.createComment({ issue_number, owner, repo, body: 'Hello world ! 👋' });
```
## What is it ?
A GitHub action that comments with a given message the pull request linked to the pushed branch.
You can even put dynamic data thanks to [Contexts and expression syntax](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/contexts-and-expression-syntax-for-github-actions).
## Usage
```
Expand Down

0 comments on commit efe5b31

Please sign in to comment.