mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-14 22:20:13 +02:00
add permissions to assign PR to author #49
This commit is contained in:
@@ -7,8 +7,13 @@ on:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
assignAuthor:
|
||||
permissions:
|
||||
issues: write # for samspills/assign-pr-to-author
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user