Skip to content

Commit

Permalink
renamed files with typos from serach* to search* (#97) (#99)
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]>
(cherry picked from commit e57a9f6)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Signed-off-by: Mark Cohen <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 14, 2022
1 parent 5f88f26 commit b2b172e
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 b2b172e

Please sign in to comment.