Skip to content

Commit

Permalink
chore: rename job in pull_request_popular workflow (#61876)
Browse files Browse the repository at this point in the history
## Changes

- rename job from `popular_issues` to `popular_prs`

Closes NEXT-2422
  • Loading branch information
samcx committed Feb 9, 2024
1 parent 19adc81 commit 34f9039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_popular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

jobs:
popular-issues:
popular-prs:
if: github.repository_owner == 'vercel'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 34f9039

Please sign in to comment.