Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yogevbd committed Apr 29, 2020
1 parent 3eb838f commit 48bac4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enforce-labels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Enforce PR labels for Github Actions
name: Enforce PR labels

on:
pull_request:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Enforce PR label
# Enforce PR labels

Enforce choosing label before merging PR. Usefull for generating automatic changelog and release notes with `github-release-notes`
Enforce assigning labels before merging PR's. Usefull for generating automatic changelog and release notes with `github-release-notes`

## Example usage
Create `.github/workflows/enforce-labels.yml` containing:

```yml
name: Enforce PR labels for Github Actions
name: Enforce PR labels

on:
pull_request:
Expand Down

0 comments on commit 48bac4f

Please sign in to comment.