rsnext/.github/workflows/pull_request_stats.yml
JJ Kasper ad1a061f88
Remove old env from workflow since it is replaced with WebHook (#10798)
* Remove old env from workflow since it is replaced with WebHook

* bump

* bump
2020-03-02 17:48:06 -06:00

12 lines
205 B
YAML

on:
pull_request:
types: [opened, synchronize]
name: Generate Pull Request Stats
jobs:
stats:
name: PR Stats
runs-on: ubuntu-latest
steps:
- uses: zeit/next-stats-action@master