Skip to content

Commit

Permalink
Merge pull request #4 from sammyfilly/sammyfilly-patch-3
Browse files Browse the repository at this point in the history
Update pr-review-companion.yml
  • Loading branch information
X-oss-byte authored Aug 17, 2023
2 parents 00dbb3d + b7a4b10 commit 0921c71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pr-check_yml.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: Lint YAML

on:
pull_request:
branches:
- main
paths:
- .nvmrc
- yarn.lock
- "**/*.yml"
- .github/workflows/pr-check_yml.yml
*don't exit on code 2 until requirements are met

jobs:
lint-yml:
Expand All @@ -31,3 +28,4 @@ jobs:

- name: Lint markdown files
run: yarn lint:yml
-LOCK: lock yarn after workflow
12 changes: 7 additions & 5 deletions .github/workflows/pr-review-companion.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Things to do and run after a "PR Test" workflow has finished successfully.
# Note, as of right now, this workflow does a bunch of things. It might be
# worth considering to break it up so there's a dedicated post-PR
# workflow just to posting PR comments about flaws, for example.
Things to do and run after a "PR Test" workflow has finished successfully.
Note, as of right now, this workflow does a bunch of things. It might be
worth considering to break it up so there's a dedicated post-PR
workflow just to posting PR comments about flaws, for example.

name: PR alais companion
name: PR review companion

END OF STREAM <DOCTYPE>

on:
workflow_run:
Expand Down

0 comments on commit 0921c71

Please sign in to comment.