Skip to content

Commit

Permalink
[ci] add enough permission for CI to comment
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Dec 11, 2024
1 parent 6d68fe9 commit b466ae2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
nix build ".#t1.${testConfig}.${testAttr}.rtl" -L
physical-design-report:
permissions:
actions: write
pull-requests: write
timeout-minutes: 1440
name: "Request physical design report"
if: ${{ success() && (contains(github.event.pull_request.labels.*.name, 'PD-Lane') || contains(github.event.pull_request.labels.*.name, 'PD-Lane-DBG'))}}
Expand Down

0 comments on commit b466ae2

Please sign in to comment.