Skip to content

Commit

Permalink
Create top10issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
palma21 committed Jul 19, 2020
1 parent 11f31bc commit b0530ae
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/top10issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Label Top Issues

on:
schedule:
- cron: '15 0-23 * * *'

jobs:
labelTopIssues:
name: Label Top Issues
runs-on: ubuntu-latest
steps:
- name: Label Issues
uses: adamzolyak/top-issues-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TOP_NUMBER_OF_ISSUES: 10
TOP_LABEL_NAME: "Top 10 Issue"
TOP_LABEL_COLOR: f442c2

0 comments on commit b0530ae

Please sign in to comment.