Skip to content

Commit 89323d0

Browse files
committed
chore(workflow): add issues permission in rust.yml
- Included write access for issues to enhance workflow capabilities and facilitate issue management.
1 parent 799c1a1 commit 89323d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
permissions:
88
contents: write
99
pull-requests: write
10+
issues: write
1011

1112
concurrency:
1213
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)