Skip to content

Commit

Permalink
docs(README): add Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jun 1, 2023
1 parent 2b45f15 commit ec35130
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

> A companion action for the Primer Release Notifier app
## Setup

1. Install https://github.com/apps/primer-release-notifier in your repository
2. Add `.github/workflows/handle-primer-release.yml` with content as shown below

## Usage

```yaml
Expand All @@ -20,6 +25,8 @@ jobs:
with:
components: ActionList, ActionMenu

# Example: When either `ActionList` or `ActionMenu` was changed, log out the version and
# the logs for only these two components
- if: ${{ needs.filter.outputs.hasComponentChanges }}
run: |
# example release payload for reference:
Expand Down

0 comments on commit ec35130

Please sign in to comment.