Skip to content

Commit

Permalink
Feat: Add Top Issues (#6217)
Browse files Browse the repository at this point in the history
* Add Top Issues

Add Top Issues

* Update top-issues.yml

* Update top-issues.yml

* run action on schedule

Co-authored-by: VaiTon <eyadlorenzo@gmail.com>
  • Loading branch information
teolemon and VaiTon committed Jan 10, 2022
1 parent c68a4f5 commit a1acd8d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/top-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Label Top Issues

on:
schedule:
# every sunday at 23
- cron: '0 23 * * 0'


jobs:
label_top_issues:
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 a1acd8d

Please sign in to comment.