Skip to content

Commit

Permalink
feat: add pull request verify GA
Browse files Browse the repository at this point in the history
Signed-off-by: Ramiz Polic <[email protected]>
  • Loading branch information
ramizpolic committed Oct 16, 2023
1 parent d7bc385 commit 7c88fd3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,14 @@ jobs:

- name: Dependency Review
uses: actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0

verify:
name: Verify
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'

steps:
- name: Block Merge Commits
uses: Morishiri/block-merge-commits-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7c88fd3

Please sign in to comment.