refactor: Add permissions for top-issues workflow
This commit is contained in:
parent
16290a120b
commit
491f27358c
6
.github/workflows/top-issues.yaml
vendored
6
.github/workflows/top-issues.yaml
vendored
@ -3,9 +3,13 @@ on:
|
||||
schedule:
|
||||
- cron: '0 0/2 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
ShowAndLabelTopIssues:
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
actions: read
|
||||
contents: read
|
||||
name: Display and label top issues
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'mannaandpoem/OpenManus'
|
||||
|
Loading…
x
Reference in New Issue
Block a user