Skip to content

Commit

Permalink
add permission
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrayraykk committed Jan 12, 2024
1 parent fbaede6 commit df39542
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Python Unittest Coverage

on: [push, pull_request]

permissions:
issues: write
pull-requests: write

jobs:
test:
if: false == contains(github.event.pull_request.title, 'WIP')
Expand Down

0 comments on commit df39542

Please sign in to comment.