From 16290a120b8ca3549db929f453e365a0d97dceee Mon Sep 17 00:00:00 2001 From: Sheng Fan Date: Sun, 16 Mar 2025 17:47:29 +0800 Subject: [PATCH] ci(chore): top-issues panel --- .github/workflows/top-issues.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/top-issues.yaml diff --git a/.github/workflows/top-issues.yaml b/.github/workflows/top-issues.yaml new file mode 100644 index 0000000..b3d23f0 --- /dev/null +++ b/.github/workflows/top-issues.yaml @@ -0,0 +1,23 @@ +name: Top issues +on: + schedule: + - cron: '0 0/2 * * *' + workflow_dispatch: + +jobs: + ShowAndLabelTopIssues: + name: Display and label top issues + runs-on: ubuntu-latest + if: github.repository == 'mannaandpoem/OpenManus' + steps: + - name: Run top issues action + uses: rickstaa/top-issues-action@7e8dda5d5ae3087670f9094b9724a9a091fc3ba1 # v1.3.101 + env: + github_token: ${{ secrets.GITHUB_TOKEN }} + with: + label: true + dashboard: true + dashboard_show_total_reactions: true + top_issues: true + top_pull_requests: true + top_list_size: 32