Skip to content

Commit

Permalink
Update and rename static-site.yml to pr-title-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markbattistella committed May 2, 2024
1 parent f0d1aaf commit be9dbb0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 47 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pr-title-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: PR title checker

on:
pull_request:
types:
- opened
- synchronize

jobs:

pr-validator:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: thehanimo/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47 changes: 0 additions & 47 deletions .github/workflows/static-site.yml

This file was deleted.

0 comments on commit be9dbb0

Please sign in to comment.