Skip to content

Commit

Permalink
renamed files with typos from serach* to search* (#97)
Browse files Browse the repository at this point in the history
* renamed files with typos from serach* to search*

Signed-off-by: Mark Cohen <[email protected]>

* testing a PR stats workflow

Signed-off-by: Mark Cohen <[email protected]>

Signed-off-by: Mark Cohen <[email protected]>
  • Loading branch information
macohen authored Nov 14, 2022
1 parent 8fc68ae commit e57a9f6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/stats.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Pull Request Stats

on:
pull_request:
types: [opened]

jobs:
stats:
runs-on: ubuntu-latest
steps:
- name: Run pull request stats
uses: flowwer-dev/pull-request-stats@master

0 comments on commit e57a9f6

Please sign in to comment.