Skip to content

Commit

Permalink
chore: added release note action and updated other actions
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Case <[email protected]>
  • Loading branch information
richardcase committed Jun 29, 2021
1 parent 7967e4b commit 98ec39c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_size.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pr_checks
name: pr_size

on: [pull_request]

Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/releasenote.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: releasenote

on: [pull_request]

jobs:
labeler:
runs-on: ubuntu-latest
name: Release notes check
steps:
- name: Check for release note
id: rn
uses: richardcase/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/titlecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: aslafy-z/conventional-pr-title-action@master
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
failure-state: Title does not follow the specification. See https://www.conventionalcommits.org/en/v1.0.0/
context-name: conventional-pr-title
preset: conventional-changelog-angular@latest
env:
Expand Down

0 comments on commit 98ec39c

Please sign in to comment.